iamjcares / techpoint-questions

Questions for techpoint stand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAX Engineering Problems

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

Questions

Questions 1, 2, and 3.

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.

Questions 4 & 5

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.

About

Questions for techpoint stand


Languages

Language:JavaScript 100.0%