This repo contains questions you should be able to solve in a reasonable amount of time.
Questions 1, 2, and 3, you have to solve by writing code.
You can run the test cases by running
yarn
yarn jest --watch
Or if you use npm
npm install
npm test -- --watch
If all tests pass, you have successfully solved the questions.
We need you to be our human linter. The code in the files have an error, could be syntactical or doesn't follow best practices.
Fix the code. That is all.