📘 JavaScript Learning Notes by Shraddha Khapra
Hi! I’m learning JavaScript through Shraddha Khapra’s course, and this repo contains my personal notes with code examples. These notes are written in simple language with explanations as code comments.
This documentation is for my own learning and revision.
- 📚 Topics Covered
- ✅Variables and Data Types
- ✅ Operators (Arithmetic, Comparison, Logical)
- ✅ Conditional Statements (if, else, switch)
- ✅ Loops (for, while, do...while)
- ✅ Arrays & Array Methods (map, filter, forEach, etc.)
- ✅ String methods
- ✅ Array vs String
- ✅ Functions & Objects
- ✅ DOM Manipulation
- ✅ Events
- ✅ ES6 Features (let, const, arrow functions, etc.)
1. Variables and Data-Types :
2. Operators