Welcome to my 50 Days of JavaScript Challenge repository! This repository contains my solutions to the challenges from the codedamn 50 Days of JavaScript Challenge. Each day, I tackled interesting coding challenges to enhance my JavaScript skills and become a better developer.
The codedamn 50 Days of JavaScript Challenge is a comprehensive program designed to improve JavaScript skills through daily coding challenges. Each day presents a new coding challenge that covers various aspects of JavaScript, including algorithms, data structures, DOM manipulation, and more.
Challenge Link: 50 Days of JavaScript
The repository is organized by day, with each day having file named XProblem
, where X is the day number. Inside folder, you'll find the following:
1RandomInRange.js
: The JavaScript file containing my solution to the challenge.2CapitalizeWord.js
: The JavaScript file for the next day's challenge.- ...
-
Clone the repository to your local machine:
git clone https://github.com/Shirshakkandel/50-days-of-js-challenge
-
Navigate to the specific day's folder to view the code and README:
cd 50-days-of-js-challenge
If you would like to contribute by providing a different solution, improving the code, or suggesting enhancements, please feel free to open a pull request. Contributions are welcome and appreciated!
This project is licensed under the MIT License.
Happy coding! 🚀