This is the javascript interview project. Questions should be answered using vanilla javascript and utilizing no additional dependencies. Assume that you have full use of ES6 and Node 12.x.
React questions can assume version 16.10+
Look at test cases to help clarify questions.
- Clone this repo
- Install dependencies using
npm
oryarn
- Follow the directions for all questions in the
/questions
folder - Update each of those files with your code
- Verify your solutions by running
npm test
- Once complete, you can run
npm run submit
to create a compressed (zipped) file - This will generate a zipped file:
dist/<name>-<date>.zip
- Upload that file via this link