This project attempts to provide solutions to the codility Questions/Lessons in javascript
-
Clone repo
https://github.com/mazeeblanke/CodilityLessons.git -
cd CodilityLessons -
Each folder contains a lesson/challenge.
In order to see solution to a particular problem, follow these steps:
i) Run
npm installto download and install the neccesary dependenciesii) Run test with
jest
Your contributions are welcome !! :)