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

https://github.com/muawiya-contact/leetcode-30-days-javascript-challenge

# leetcode-30-days-javascript-challenge
https://github.com/muawiya-contact/leetcode-30-days-javascript-challenge

Last synced: 3 months ago
JSON representation

# leetcode-30-days-javascript-challenge

Awesome Lists containing this project

README

          

# πŸ“š 30 Days of JavaScript – LeetCode Study Plan

Welcome to my journey through LeetCode's [30 Days of JavaScript](https://leetcode.com/studyplan/30-days-of-javascript/) challenge!
This repository contains daily problem statements and my JavaScript solutions with brief explanations.

---

## πŸš€ Overview

- 🧠 Improve your JavaScript fundamentals
- πŸ”„ Practice with 30 real-world problems
- 🧩 Covers topics like Closures, Arrays, Promises, OOP, and more
- πŸ“… One problem per day, consistently!

---

## πŸ“‚ Folder Structure

Each folder is named according to the day and problem. Inside each folder:

- `solution.js`: JavaScript solution with inline comments
```
30-Days-of-JavaScript/
β”œβ”€β”€solution.js
└── README.md
```
## 🧠 Topics Covered

- Closures
- Function Composition
- Debouncing
- Memoization
- Promises & Async
- Object/Array Manipulations
- Classes & Inheritance

---
## 🏁 Goal

Complete all 30 problems, reinforce JavaScript concepts, and share clean, well-documented code to help others.

---

## πŸ“œ License

This project is open source and available under the [MIT License](LICENSE).

---

> ✨ Let's learn and grow together – feel free to fork, star, or contribute!

---