In this week’s session, you will practice JavaScript basics and work on applying the concepts we have learned throughout the week.
Take a look into the index.js file and follow the instructions to complete the exercises 1-7 (n 8 is a bonus 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).