Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 390 Bytes

File metadata and controls

12 lines (7 loc) · 390 Bytes

Progbasics Milestone Test

Set up the project

  1. Add the Jest VS Code plugin to VS Code.
  2. Run npm install in the root dir of the repo.

Task

You have to solve the tasks described in the ./solutions folder's JS files.

You can check the correctness using the Jest Extension or the npm test command.