You are provided empty JavaScript files (or having function signatures) in this directory. You have to follow the instructions given in each file and write the code in the same file to complete the assignment.
Feel free to start doing these in any order you like.
- Easy
- Medium
- Hard
- Follow the comment above each problem to run test for that problem
- To tests for all the problems of this week run
npx jest ./tests/
- If you have Node.js locally, you should run these on your machine
- If you don't, you can copy these over to repl.it and run it there. Tests wont be automated there so you will have to make use judgement to ensure if your code is correct