Introduction
  • Introduction - What is JavaScript?
What you are going to learn from this course?
  • Course Contents
JavaScript Syntax
  • How to write JavaScript
Variables
  • Introduction
  • Variable Exercise
Data Types
  • Data Types Intro
  • Data Types Exercise
Operators
  • Indroduction
  • Arithmetic Operator Intro
  • Arithmetica Operator Exercise
  • Comparison Operators
  • Comparison Operators Exercises
  • Logical (or Relational) Operators
  • Logical (or Relational) Operators Exercises
  • Assignment Operators Intro
  • Assignment Operators Exercises
  • Conditional (or ternary) Operators Intro
  • Conditional (or ternary) Operators Exercises
Functions
  • Introduction
  • Function Exercises
Objects
  • Indroduction
  • Object Exercises
Array
  • Introduction
  • Array Exercises
Date
  • Introduction
  • Date Exercises
Math
  • Introduction
  • Math Exercises
Statements
  • Introduction
  • If Statement
  • Switch Statement
  • For
  • While
  • Do While
  • Function and Return
Events
  • Introduction
  • Events Exercises
DOM (Document Object Model)
  • Introduction of DOM
  • DOM Exercises
To Do List Web Application
  • Application Intro
  • Code for To Do List Application