This repository contains my structured JavaScript learning journey, covering core concepts that are essential for web development and modern frameworks like React.
- Variables (var, let, const)
- Operators
- Conditions (if, else, switch)
- Loops (for, while, do-while)
- Arrays & Array Methods
- Strings
- Functions
- DOM Manipulation
- Events & Event Handling
This repository helps me:
- Strengthen JavaScript fundamentals
- Write clean and readable code
- Build a strong base before React
- Practice real-world DOM manipulation
- Clone the repository
- Open files in browser or editor
- Run examples and experiment with code
This project is licensed under the MIT License.
Feel free to explore, fork, or suggest improvements