← Back to Home

Week 07 - JavaScript Fundamentals

Reference files for Week 07 content.

Open Interactive Presentation (Slides)

Examples

  1. Variables & Data Types - let, const, primitives
  2. Operators - Arithmetic, comparison, logical
  3. Control Flow - If/else, switch, loops
  4. Functions - Declarations, arrows, scope