A repository to store coding challenges and tasks this can be used to keep my programming skills fresh and to have some fun!
git clone https://github.com/calumbradley/code_challenges.git
1. Clone the repository
2. Check out the individual README.md for the challenge ie. challenge_1.md
├── README.md
├── challenge_1.js
└── challenge_1.md
3. Use the challenge.js file to solve the problem
4. Use Node to run the challenge file to check your result.
node challenge.js
5. Check your result!
https://www.codecademy.com/resources/blog/10-javascript-code-challenges-for-beginners/