Welcome to my JavaScript Daily Practice repository.
This repository documents my journey of learning JavaScript through daily coding exercises, mini projects, and problem-solving. My goal is to build a strong foundation in JavaScript and improve my frontend development skills.
- Understand JavaScript fundamentals
- Improve problem-solving skills
- Write clean and readable code
- Build small projects using JavaScript
- Prepare for Frontend Developer interviews
JavaScript-daily-Practice/
β
βββ Day-01/
βββ Day-02/
βββ Day-03/
βββ Day-04/
β
βββ README.md
| Day | Topics | Status |
|---|---|---|
| Day 01 | Variables, Constants, Data Types, String, BigInt, Boolean, null, undefined | β Completed |
| Day 02 | Operators | β³ Coming Soon |
| Day 03 | Conditional Statements | β³ Coming Soon |
| Day 04 | Loops | β³ Coming Soon |
| Day 05 | Functions | β³ Coming Soon |
- HTML5
- CSS3
- JavaScript (ES6+)
- Visual Studio Code
- Git & GitHub
- Daily JavaScript practice
- Beginner-friendly examples
- Coding exercises
- Mini projects
- Clean and well-commented code
- Clone the repository.
- Open any day's folder.
- Open
index.htmlin your browser. - Press F12 β Console to view the JavaScript output.
I update this repository regularly as I learn new JavaScript concepts and build practical projects.
β Thank you for visiting my repository!