Description
In this course, you will learn :
- introduce you to the fundamentals of the JavaScript programming language We'll go over variables, looping, functions, and even a little bit about debugging tools.
- understand how JavaScript uses the Document Object Model (DOM) to identify and modify specific parts of your page
- After completing the course, students will be able to respond to DOM Events and dynamically change the contents and style of their page.
- The course will culminate in the creation of an interactive HTML5 form that accepts and verifies input as a final project.
Syllabus :
- Introduction to JavaScript
- Reacting to Your Audience
- Arrays and Looping
- Validating Form Data