I heard that let is the new var and I'm aware of the advantages. Still, I'm curious if it has any disadvantages.
Asked
Active
Viewed 61 times
0
-
5http://stackoverflow.com/questions/762011/javascript-let-keyword-vs-var-keyword – carloabelli Jul 22 '15 at 11:34
-
2you need just to read https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let – ale Jul 22 '15 at 11:34
-
1Other than (lack of) universal browser support? – nnnnnn Jul 22 '15 at 12:01