Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 238 Bytes

File metadata and controls

8 lines (5 loc) · 238 Bytes

Question 1:

Explain in your own words the difference between the var, let, and const keywords. Give examples on how each is used.

Why is using let preferred over using var in modern JS?


Your answer here