🟡 JavaScript From Zero
A beginner-friendly project to learn JavaScript from the ground up, covering all the essential concepts with hands-on examples and practice code.
🚀 Features
✔ Learn JavaScript step-by-step ✔ Pure Vanilla JS (no frameworks) ✔ Covers fundamentals to intermediate topics ✔ Practical code examples for each concept ✔ DOM manipulation & event handling ✔ ES6+ modern JavaScript features ✔ Simple & clean folder structure
📚 Topics Covered
Variables & Data Types
Operators
Functions (normal, arrow functions)
Conditional Statements
Loops (for, while, for-of, for-in)
Arrays & Objects
Array Methods (map, filter, reduce, etc.)
String Methods
DOM Manipulation
Events & Event Listeners
LocalStorage
Fetch API basics
ES6 Features (let/const, template strings, destructuring, spread/rest)
📁 Folder Structure js_from_zero/ │── index.html │── script.js │── exercises/ │── examples/ └── README.md
🛠️ Technologies Used
JavaScript (ES6+)
HTML5
CSS3
Clone the repository
git clone https://github.com/your-username/js_from_zero.git
Open index.html in a browser
Start exploring the examples and practice files
💡 Purpose
This project was created to strengthen core JavaScript skills, understand how the browser works, and build a solid foundation for advanced frameworks like React.
🙌 Author
Manisha Singh Frontend Developer