JavaScript is the primary scripting languages used in browsers to add interactivity to web pages. In this instructor-led, project-based online course students will get an introduction to the basics of creating and editing JavaScript scripts for web pages. Students will create JavaScripts that use numeric and string variables and work with numeric and string functions. Students will create scripts that get input from the user and display output on the page. Students will write scripts to define and use objects and functions.
In this course students will:
- create a basic web page that contains JavaScript.
-
write JavaScript code, run it and debug it.
-
write JavaScript code to get input from the user and display the results.
- write JavaScript code to work numeric and string data and dates.
- write JavaScript code to execute conditionally and to loop.
-
write JavaScript code to create and use arrays.
-
write JavaScript code to define and use functions.
-
write JavaScript code to create and use objects.
-
write JavaScript code to validate data and handle errors.
-
create a final project using what they learned in the class.
Prerequisites
Students should be comfortable with building web pages with
HTML.
Requirements
Students will need a text editor or other tool for building web pages and a web browser.