This repository is dedicated to learning and practicing the fundamentals of JavaScript. It contains small programs, exercises, and examples to help beginners understand core concepts and build a strong foundation in JavaScript.
- Variables and Data Types
- Operators (Arithmetic, Logical, Comparison)
- Conditionals (
if
,else if
,else
,switch
) - Loops (
for
,while
,do-while
) - Functions and Scope
- Arrays and Objects
- Basic DOM Manipulation
- Console Input/Output
- Clone the repository
git clone https://github.com/SwarajMore09/javascript.git