Introduction to JavaScript
  • Overview
  • Alert Box
  • Variables
  • Prompt
Functions
  • Functions
  • Global and Local Variable
  • Functions with Arguments
  • Return Statement
Conditional Statements
  • Introduction to Conditional Statements
  • Nested-If Statement
  • Switch Statement
  • Bonus Course
Event Handlers
  • Event Handlers
  • Some More Event Handlers
Loop Statements
  • Introduction to Loop Statement
  • Loop Using Functions!
  • For Loop Statement
Object Oriented Programming
  • Introduction to OOP Concepts
  • Object Initializing
  • Object Initializers
  • Adding Methods to Your Object
Array Concepts
  • Introduction to Array
  • Other Ways to Create an Array
  • Array Object
Controlling Form Elements
  • Validating Form
  • Conclusion