scope Tutorials
![For and against `let`]()
For and against `let`
In this post I'm going to examine the case for (and perhaps against?) one of the new features coming in JavaScript ES6: the
letkeyword.letenables a new form of scoping not previously accessible generally to JS developers: block scoping. Function Scope Let's briefly review the basics...

