DEV Community

Discussion on: Var, let and const- what's the difference?

Collapse
 
tosasilviu profile image
Tosa Silviu

Great article for "var - let - const" explanation. I am just learning Javascript and this guide clears out why I was seeing on other people code, for using the "let" and "const" instead of "var".