0
What is different between var and let in JavaScript
*Iām learning JavaScript and Iām confused between `var` and `let`. Can someone explain the difference between them with examples? Also, when should I use one over the other?
1 Answer
+ 6
https://www.w3schools.com/js/js_let.asp
This explains the purpose of both with examples