Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/younisyousaf/30-days-javascript-challenge
A repository containing all the exercises from the "30 Days of JS Challenge," a JavaScript course offered by Chai aur Code (Sir Hitesh Choudhary).
https://github.com/younisyousaf/30-days-javascript-challenge
chai-aur-code chai-aur-react hiteshchoudhary javascript js-challenges js-concepts js-course react
Last synced: 5 days ago
JSON representation
A repository containing all the exercises from the "30 Days of JS Challenge," a JavaScript course offered by Chai aur Code (Sir Hitesh Choudhary).
- Host: GitHub
- URL: https://github.com/younisyousaf/30-days-javascript-challenge
- Owner: younisyousaf
- Created: 2024-07-14T19:06:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T19:24:16.000Z (4 months ago)
- Last Synced: 2024-07-20T00:32:06.633Z (4 months ago)
- Topics: chai-aur-code, chai-aur-react, hiteshchoudhary, javascript, js-challenges, js-concepts, js-course, react
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Challenges - 30 Days Challenge
Welcome to the **JavaScript Challenges** repository! This repo contains my solutions to the JavaScript challenges hosted on [chaicode.com](https://chaicode.com) by Sir Hitesh Choudhary. This 30-day challenge aims to improve JavaScript skills through daily tasks and exercises.
## About the Challenge
This challenge is designed to:
- Enhance your understanding of JavaScript concepts.
- Improve problem-solving skills.
- Provide hands-on experience with real-world JavaScript problems.## Course Information
- **Instructor:** Sir Hitesh Choudhary ([@hiteshchoudhary](https://github.com/hiteshchoudhary))
- **Platform:** [chaicode.com](https://chaicode.com)
- **Duration:** 30 days## Repository Structure
Each day’s challenge is contained in its own directory, named `Day-X`, where `X` is the day number. Inside each directory, you will find:
- A brief description of the challenge.
- My solution to the challenge.
- Any additional notes or comments about the solution.## Getting Started
- Clone this repository to your local machine and solve the challenges by yourself.