https://github.com/utkarshthedev/js-practice-ques
https://github.com/utkarshthedev/js-practice-ques
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/utkarshthedev/js-practice-ques
- Owner: UtkarshTheDev
- Created: 2025-05-30T16:03:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T05:48:49.000Z (about 1 year ago)
- Last Synced: 2025-06-10T06:32:25.958Z (about 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π§ JavaScript Daily Practice β One Question a Day
Welcome to my **JavaScript Question Series** β a personal journey where I solve one JavaScript problem every single day to improve consistency, problem-solving, and deep understanding of core concepts.
> π₯ Goal: **1 commit/day** | π Streak-friendly | π Learn & Grow | π» 100% JavaScript
---
## π How This Works
Every day, I:
- β
Pick a **JavaScript question**
- β
Solve it with clean, commented code
- β
Commit it with the date and question title
- β
Optionally write a short explanation in a `.md` file
---
## ποΈ Folder Structure
```
π questions/ βββ day-01/README.md && solution.jsβββ day-02/README.md && solution.js βββ day-03/README.md && solution.js βββ ...
```
> β¨ Each file is named with the day number and question title for easy tracking.
---
## π Objectives
- Stay **consistent** with daily JavaScript practice
- Improve **problem-solving** skills in real-world scenarios
- Build a solid foundation in **core JS topics** like closures, scopes, async, DOM, etc.
- Keep up the **GitHub streak** πͺ
---
## π Upcoming Topics (Tentative)
- Arrays & Strings
- Closures & Scope
- Async JS (Promises, async/await)
- DOM manipulation
- Functional programming
- Event Loop & Execution Context
- And more...
---
## π§© Start from Day 1
Want to practice with me? Fork the repo and try solving one problem per day. Letβs grow together!
---
## π¬ Contributions?
Not now. This repo is a personal commitment log. But feel free to clone and start your own version!
---
## π
Started on: `May 30, 2025`
Maintained by [Utkarsh Tiwari](https://github.com/UtkarshTheDev)
---
**Keep it simple. Keep it daily. Keep it JavaScript.**