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.
-
Run
npm install
to install any required dependency. Run test withjest
Your contributions are welcome !! :)