1. Introduction to JavaScript
Learn what JavaScript is, how it works in the browser, and how to write your first script.
2. Variables, Data Types & Operators
Understand how to declare variables, use different data types, and apply basic operators.
3. Conditions & Loops
Explore if-else, switch, for, and while to control the flow of your program.
4. Functions & Events
Create reusable code using functions and respond to user actions with event handling.
5. Arrays, Objects & DOM Basics
Work with lists and collections using arrays and objects. Begin interacting with web page elements.
6. DOM Manipulation & Simple Projects
Use JavaScript to change HTML/CSS dynamically and build mini-projects like a calculator or to-do list.
