- Click on the Use this template green or blue button on the top right corner of this repo. A new page will be shown to create a new repository based on this.
- On the new page select your personal GitHub account as an owner.
- Give a meaningful repository name of your choice, e.g.
progbasics-milestone. - Set the repository to private.
- Clone the repository.
- Add the Jest VS Code plugin to VS Code.
- Run
npm installin the root dir of the repo.
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.