In this exercise, you will practice JavaScript basics and work on applying the concepts we have learned throughout the week.
Take a look at the instructions.md
and index.js
files, follow the instructions to complete the exercise.
Don't use var
, stick to let
and const
.
Fork this repository and start working in your local environment (you can download LiveServer to run your project locally).