Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 287 Bytes

File metadata and controls

7 lines (7 loc) · 287 Bytes

Template for evoleap's interview coding problem

  1. Clone this repo
  2. Switch to a new branch
  3. Choose to work either in the JS or TS folder
  4. Solve Level1 first - you can run the code using node
  5. Commit the solution to level 1
  6. Solve Level2, commit, and push the code to remote