Module 1: Introduction
- Course Outline
- Administration
- Introductions
- Virtual PC
Module 2: Introduction to JavaScript
- Brief History
- JavaScript Concepts
- Adding Script
- Browser Developer Tools
- Declaring Variables
- JavaScript Types
Module 3: Flow of Control
- Understanding Flow of Control
- The IF statement
- SWITCH Statement
- The WHILE Loop
- The FOR Loop
Module 4: Arrays, Objects and Functions
- What are arrays
- Creating and Accessing Arrays
- What are functions
- Creating and Calling functions
- What is scope
- Functions and scope
- Creating and Accessing Objects
Module 5: Interacting with the Page
- The Document Object Model (DOM)
- The Browser Object Model (BOM)
- Selecting Elements
- Creating new content
- The Style Object
- JavaScript Event Model
- Selecting Form Elements