https://github.com/dammak/maxdeliveryng-techpoint-solution
https://github.com/dammak/maxdeliveryng-techpoint-solution
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dammak/maxdeliveryng-techpoint-solution
- Owner: DAMMAK
- Created: 2019-03-21T20:57:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T10:52:33.000Z (over 7 years ago)
- Last Synced: 2025-01-14T05:27:19.187Z (over 1 year ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAX Engineering Problems
This repo contains questions you should be able to solve in a reasonable amount of time.
## Questions
* [Question 1](Question-1.md)
* [Question 2](Question-2.md)
* [Question 3](Question-3.md)
* [Question 4](Question-4.md)
* [Question 5](Question-5.md)
## 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
```bash
yarn
yarn jest --watch
```
Or if you use npm
```bash
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.