JS Essentials
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
Content Slides Open fullscreen ↗
Open slides ↗Taught In
- Monday, 6/22 — JS essentials · build and read a to-do app
- Wednesday, 6/24 — JavaScript essentials: data types, functions, and conditionals