Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 622 Bytes

JavaScript Variables & Datatypes Exercise

In this exercise, you will practice JavaScript basics and work on applying the concepts we have learned throughout the week.

Instructions:

Take a look at the instructions.md and index.js files, follow the instructions to complete the exercise.

Hint:

Don't use var, stick to let and const.

Getting Started with the Project

Fork this repository and start working in your local environment (you can download LiveServer to run your project locally).