"it does not support block scope" is kinda false.
chrisranderson opened this issue · 4 comments
I noticed there are ES5 notes - it might be good to add an ES6 note letting folks know that block scope will be available using let.
PRs welcome!
Adding ES6 into the docs will be quite a big undertaking - definitely
important tho.
On Sat, Feb 7, 2015 at 4:14 PM, Chris Anderson notifications@github.com
wrote:
I noticed there are ES5 notes - it might be good to add an ES6 note
letting folks know that block scope will be available using let.—
Reply to this email directly or view it on GitHub
#270.
I think it's important we don't confuse or overwhelm beginner users coming to the site, ES6 is still not relevant to most javascript users, perhaps this could be a separate section or page.
True.
On Wed, Feb 18, 2015 at 12:50 PM, Peter West notifications@github.com
wrote:
I think it's important we don't confuse or overwhelm beginner users coming
to the site, ES6 is still not relevant to most javascript users, perhaps
this could be a separate section or page.—
Reply to this email directly or view it on GitHub
#270 (comment)
.
Closed - will be covered when we talk about ES6.