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
- Host: GitHub
- URL: https://github.com/muawiya-contact/leetcode-30-days-javascript-challenge
- Owner: Muawiya-contact
- Created: 2025-05-03T16:53:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-31T13:37:17.000Z (5 months ago)
- Last Synced: 2025-07-03T02:38:23.107Z (4 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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---
## π GoalComplete 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!
---