|
|
|
|
|
by virmundi
4181 days ago
|
|
What you have to keep in mind is that JavaScript is not "a properly scoped language". Pretending that it is will cause you to miss key aspects of how the tool works. This helps no one, including you. Please, for as crappy as the language might feel, approach the language on its own terms. |
|
If people were abusing variable hoisting in some way, they can continue to do so, by not using `let`.