Course Catalog

JavaScript: Introduction

JavaScript is a scripting language, a simple programming language with its syntax based on Java. It was developed to enhance the functionality of web pages. Hypertext Markup Language (HTML) is the primary language for publishing on the World Wide Web. However, it is a markup language rather than a programming language, and offers limited functionality. This course provides a basic overview of JavaScript. You’ll learn to write and run scripts within a web page from a separate file, creating scrolling messages and write a script that acts upon user response.

Prerequisite: HTML: Introduction or equivalent experience

What Our Students Say

"The instructor was very good – one of, if not the best I have experienced in these CE classes. He was patient and extremely knowledgeable. Thank you!”"

Valda Lewis

Key Topics Covered

1) Write scripts.
2) Run scripts within a web page and in a separate file.
3) Create scrolling messages.
4) Have your script act upon user response.