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.
Look at test cases to help clarify questions.
- Fork this repo
- Install dependencies using
npmoryarn - Follow the directions for all questions in the
/questionsfolder - Update each of those files with your code
- Verify your solutions by running
npm test
- Once complete, you can run
npm run submitto create a compressed (zipped) file - This will generate a zipped file:
dist/<name>-<date>.zip - Send your git repo link and zip file as an attachment

