es6-features icon indicating copy to clipboard operation
es6-features copied to clipboard

ECMAScript 6: Feature Overview & Comparison

Results 33 es6-features issues
Sort by recently updated
recently updated
newest added

Removed example code snippet from "New Build-In Methods -> Number Comparison" which is exactly the same in ES5 and ES6.

- added "shortcut icon" head tag

Fixed: r.area has only getter, so replaced it’s usage with one that has setter (width).

Change "See how cleaner..." to "See how much cleaner..."

Can you make a gitbook version of this project?

Thank you for nice documents about ES6 features. I found a slight issue on clicking 'Lexical this' in side menu, please see the following image. When 'Lexical this' link is...

In the case of: ``` var list = [ 1, 2, 3 ] var [ a, , b ] = list [ b, a ] = [ a, b ]...

New page with the features and examples of ECMAScript6.

Seems lastIndex not working with exec method