es6-features
es6-features copied to clipboard
ECMAScript 6: Feature Overview & Comparison
I was looking around and in [TypedArrays](http://es6-features.org/#TypedArrays) the example seems to not work properly for username. In the **username** setter you have `this._username[0] = v` v is a string _username...
It would be awesome if this had links (either on the left or on the example pages) to the relevant location in the [MDN JavaScript documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference). That way if you...
"Astral plane" characters (those whose code point value >= 0x10000) are supported in ES6 in the following ways: - Iteration over strings correctly produces the code point - `console.log(...'a😬c')` logs...