/techpoint-questions

Questions for techpoint stand

Primary LanguageJavaScript

MAX at Techpoint

This repo contains questions you should be able to solve in a reasonable amount of time.

Questions

Questions 1 & 2

Questions 1 and 2, 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.

Questions 3 & 4

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.