Beginner-friendly JavaScript examples, practices, and simple projects. This repository helps you learn JavaScript step by step with hands-on exercises.
Javascript-from-basic/
├── Practices & Exercises/ # JavaScript practice files, examples, and basic concepts
└── Simple Projects/ # Small demo projects to apply what you've learned
git clone https://github.com/debug-node/Javascript-from-basic.git
cd Javascript-from-basicOpen the files in your editor. Run them in Node.js or in your browser depending on the code.
- Variables, data types, operators
- Conditions and loops
- Functions
- Arrays & Objects (in practice files)
- Basic DOM/HTML interaction (if present in examples)
- Mini projects to improve understanding
Fork the repo, create a branch, commit your changes, and open a pull request.
This project is released under the MIT License. You are free to use, modify, and share the code (see the LICENSE file).
- debug-node