Welcome to my repository where I will be pushing my solutions for the "30 Days of JavaScript" challenge by Hitesh Choudhary. In this journey, I'll be tackling various JavaScript exercises and projects, implementing them in my own unique way.
The "30 Days of JavaScript" challenge is designed to help you improve your JavaScript skills through daily practice. Each day presents a new task, problem, or project that covers different aspects of JavaScript, from basics to more advanced topics.
The repository is organized into folders for each day of the challenge. Each folder contains:
- A image of task
- My solution to the task
Here's how the repository is structured:
-
Clone the repository:
git clone https://github.com/your-username/30-days-of-js.git
-
Navigate to the day's folder:
cd 30-days-of-js/Day1
-
Run the solution: Each day's solution is a JavaScript file. You can run it using Node.js or in the browser console.
node challenge1.js
This repository is my personal learning journey, and I am not accepting contributions at the moment. However, feel free to fork the repository and try the challenges on your own.
- Hitesh Choudhary: For creating the "30 Days of JavaScript" challenge and providing excellent resources for learning.
Happy coding!