- NodeJS
- NPM, Yarn, or similar package manager
In the command line, run yarn install
, npm install
, or equivalent command to install all
dependencies.
To run the tests, run yarn test
, npm run test
or equivalent from the project root.
- Talk through your thought process; we are at least as interested in how you got to your answer as the answer itself
- Focus on readability and maintainability
- If you're unsure of something, ask the interviewer(s)!
- You are allowed to use online documentation, but may not ask anyone other than the interviewers for guidance