https://github.com/imrenr/30-days-js
Solutions to the 30 Days of JavaScript challenge — from basics to advanced — all solved by me. Includes exercises on data types, loops, functions, objects, DOM, promises, and more.
https://github.com/imrenr/30-days-js
arrays dom-manipulation functions java loops objects
Last synced: 5 days ago
JSON representation
Solutions to the 30 Days of JavaScript challenge — from basics to advanced — all solved by me. Includes exercises on data types, loops, functions, objects, DOM, promises, and more.
- Host: GitHub
- URL: https://github.com/imrenr/30-days-js
- Owner: ImrenR
- Created: 2025-08-09T17:28:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T19:59:46.000Z (11 months ago)
- Last Synced: 2025-09-01T23:16:37.531Z (10 months ago)
- Topics: arrays, dom-manipulation, functions, java, loops, objects
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🗓️30 Days of JavaScript — My Solutions
This repository contains my personal solutions to the **30 Days of JavaScript** challenge.
The challenge is designed to improve JavaScript skills through daily exercises, starting from the basics and progressing to advanced concepts.
---
## Challenge Structure
Each day focuses on a specific JavaScript topic:
1. **Basics** — variables, data types, operators, conditionals
2. **Core Concepts** — loops, functions, objects, arrays
3. **Advanced Topics** — higher-order functions, sets/maps, destructuring, regex, classes
4. **Browser APIs** — DOM, events, promises, web storage
5. **Projects** — small projects to apply all concepts
---
## Topics Covered
- Variables & Data Types
- Operators & Conditionals
- Loops & Functions
- Arrays & Objects
- Higher-Order Functions
- Sets, Maps, and Destructuring
- Regular Expressions
- Classes & OOP
- JSON & APIs
- DOM Manipulation & Events
- Promises & Async/Await
- Local & Session Storage
- Mini Projects and Final Project
---