Introduction To JavaScript
  • Introduction
  • Our First Steps In JavaScript
  • Displaying JavaScript On Webpages
The Basics Of JavaScript
  • Variables In JavaScript
  • Numbers In JavaScript
  • JavaScript Strings
  • Project 1
  • Useful String Methods
  • Project 2
  • Working With Arrays In JavaScript
  • Working With Arrays In JavaScript - Part 2
  • JavaScript Functions
  • JavaScript Functions - Part 2
  • Scope Of JavaScript Variables
  • How To Create And Use Objects In JavaScript
Working With Math and Dates in JavaScript
  • Math Calculations In JavaScript
  • Project 3
  • Working With Dates
Flow Control and Looping In JavaScript
  • Comparison Operators In JavaScript
  • Else and Else If Statements
  • Project 4
  • JavaScript Logical Operators
  • How To Use Switch Statements
  • Project 5
  • JavaScript Loops
  • Do While Loop
  • For Loop
  • Project 6
Introduction To The DOM
  • Document Object Model
  • How To Access The Eements
  • Manipulating Elements
  • Project 7
  • Project 7 - Part 2
  • Events In Javascript
  • Project 8