Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 833 Bytes

File metadata and controls

20 lines (14 loc) · 833 Bytes

Take2 Take Home Interview

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.

Getting Started

  1. Clone this repo
  2. Install dependencies using npm or yarn
  3. Follow the directions for all questions in the /questions folder
  4. Update each of those files with your code
  5. Verify your solutions by running npm test

Submitting Answers

  1. Once complete, you can run npm run submit to create a compressed (zipped) file
  2. This will generate a zipped file: dist/<name>-<date>.zip
  3. Upload that file via this link