An open API service indexing awesome lists of open source software.

https://github.com/utkarshthedev/js-practice-ques


https://github.com/utkarshthedev/js-practice-ques

Last synced: about 1 year ago
JSON representation

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.**