es6-interactive-guide icon indicating copy to clipboard operation
es6-interactive-guide copied to clipboard

An interactive guide to ES6

Results 15 es6-interactive-guide issues
Sort by recently updated
recently updated
newest added

The live site is down at the moment: http://stack.formidable.com/es6-interactive-guide/ ![image](https://user-images.githubusercontent.com/412997/97272889-97960980-1843-11eb-95f5-6fedf6516b91.png)

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...

enhancement
help wanted
beginner friendly

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...

enhancement
help wanted

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...

help wanted

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?

help wanted

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/#/) ![es6_arrow funcitons](https://cloud.githubusercontent.com/assets/10567383/10455339/b1ea04ce-7188-11e5-951d-0e2f081dcd2f.PNG)

help wanted