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

  • Monday, 6/22 — JS essentials · build and read a to-do app
  • Wednesday, 6/24 — JavaScript essentials: data types, functions, and conditionals