This repository contains a collection of standalone JavaScript files and mini-projects designed to help beginners understand core concepts of JavaScript. Each file demonstrates one concept or feature, making it easy to follow, test, and learn individually.
- Organized and modular structure
- Pure JavaScript (No frameworks)
- Covers core JavaScript topics:
- Variables and data types
- Operators and expressions
- Conditional statements
- Loops (for, while, do...while)
- Functions
- Arrays and objects
- Events and DOM manipulation
- Basic projects for hands-on practice
/javascript βββ variables.js βββ functions.js βββ arrays.js βββ dom-events.js βββ mini-projects/ βββ todo.html βββ calculator.html βββ ...
π― Objective
This repository is built for:
Self-practice
Teaching JavaScript basics
Reference for new developers
π οΈ Technologies Used
HTML
CSS (basic styling)
Vanilla JavaScript (ES6+)
π€ Author
Esteham H. Zihad Ansari π Dhaka, Bangladesh π§ [Your Email if you'd like] π https://github.com/esteham π€ Contribution
Feel free to fork the repo, improve code, or add new concept files via pull request. π License
This project is open-source and available under the MIT License.