Week 1: JavaScript Basics

Key Concepts:

Projects:

  1. Personal Introduction Script – Print your name, age, and favorite hobby using variables.
  2. Simple Calculator – Take two numbers as input and perform basic arithmetic operations.
  3. Age Verifier – Ask for the user's age and determine if they are eligible to vote.

Resources:


Week 2: Control Flow (Conditions & Loops)

Key Concepts: