#es6
#assembler-institute
#master-in-software-engineering
First, you will need to clone the repo:
$ git clone https://github.com/assembler-institute/es6-and-beyond-exercises.git
Then, you will have to install all the dependencies with npm:
$ npm install
Finally, you will have to start the tests:
$ npm start
Once the test is initialized, open the exercise js files in the src/
folder and follow the instructions of each exercise. When you finish the code in the exercise, you can run npx jest 01
for the exercise-01, npx jest 05
for the exercise-05... This npx command must be run in a new console on the root exercises folder.