Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 748 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 748 Bytes

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.