Introduction
  • Introduction to Javascript
Overview and Basic Setup
  • Course Overview
  • Basic Setup
Variables and Primitive Types
  • Numbers Demo
  • Variables Demo
  • Strings Demo
  • String Methods Demo
Object Types
  • Javascript Arrays
  • Javascript Functions
  • Objects in Javascript
Control Flow
  • Conditionals in Javascript
  • Looping in Javascript
  • Errors
Document Object Model (DOM)
  • Elements and Attributes in Javascript
  • Events in Javascript
  • Function Calculator Exercise