Hi! This repo is made for you to practice your coding interview skills. For some challenges you will need to research new methods.
How to use it:
- Fork and then clone the repo to your projects / dev folder
- Run the command in the terminal
npm install - Start writing your code in the proper files
- To run a test for a specific exercise (e.g. arrayOfMultiples) do:
npm run test-arrayOfMultiples
#Happy coding!