es6-interactive-guide
es6-interactive-guide copied to clipboard
An interactive guide to ES6
The live site is down at the moment: http://stack.formidable.com/es6-interactive-guide/ 
Resolves https://github.com/FormidableLabs/formidable.com/issues/279
The line `const [w, , ...[, ,z]] = foo;` can be converted to `const [w, , , ,z] = foo;`, which is shorter and more readable. I think there's already...
Fixes a minor copy inconsistency.
The current example includes `.bind()` to demonstrate how context works with arrow functions, but the example doesn't actually need/use `this`. I think it would be more clear with an example...
The menu is large (and getting larger!), so it needs a button to open or close it on small screens when it's on top of the page instead of in...
Hey, I noticed that we just updated formidablelabs.com/careers to say that there aren't any open job listings right now: https://github.com/FormidableLabs/formidablelabs.com/pull/122 Given that update, I wonder if we should modify the...
You're defining the double in the last example as a const, however it gets changed on every application of the map. let would make more sense, wouldn't it?
Having a problem viewing the content in IE 11 using this link: [http://projects.formidablelabs.com/es6-interactive-guide/#/](http://projects.formidablelabs.com/es6-interactive-guide/#/) 