Skip to content

Manisha1998-singh/Js_from_zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🟡 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

▶️ How to Run

Clone the repository

git clone https://github.com/your-username/js_from_zero.git

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

About

A beginner-friendly JavaScript project created to learn and practice JavaScript from the ground up. Covers essential topics such as variables, data types, functions, loops, conditionals, arrays, objects, DOM manipulation, events, ES6 features, and basic problem-solving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors