JS Essentials

Foundations · Prereqs: JS Intro: DOM + Events

Topics Covered

  • const/let (no var)
  • primitive types
  • string vs number
  • Number() conversion
  • function declarations and arrow functions
  • parameters vs arguments
  • return vs console.log
  • if/else
  • comparison and logical operators
  • truthy/falsy basics

Taught In