A collection of JavaScript projects and practice exercises to revise and strengthen core JavaScript concepts.
This repository contains small projects, examples, and exercises demonstrating key JavaScript functionalities.
- BMI Calculator – Calculate body mass index using JavaScript
- Digital Clock – Display real-time clock
- Guess the Number – Simple number guessing game
- Loops – Practice exercises with
for,while, anddo-whileloops - Promises – Examples of asynchronous JavaScript using Promises
- Prototypes – Demonstrations of JavaScript prototype inheritance
- Unlimited Color Change – Dynamically change colors on web pages
- Background Changer – Change background with user interaction
| Layer | Technology |
|---|---|
| Frontend | HTML5, CSS3 |
| Language | JavaScript (ES6+) |
git clone https://github.com/Jeelislive/Javascript.git
cd Javascript
2️⃣ Open in Browser
Simply open any HTML file in a browser to run the project.
No server required as all projects are frontend-only.
📜 License
This project is released under the MIT License.
Feel free to use, modify, and share these projects for learning purposes.