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 Resposta
+ 6
https://www.w3schools.com/js/js_let.asp
This explains the purpose of both with examples