es6-features
es6-features copied to clipboard
ECMAScript 6: Feature Overview & Comparison
Hi there! First, I want to say thanks for a great features overview. [GeneratorFunctionIteratorProtocol](http://es6-features.org/#GeneratorFunctionIteratorProtocol) good as example of generator but not fully correct Fibonacci numbers. An output of this example...
I encountered this issue while trying out the string interpolation feature of ES6 the code is ```js ... if (unevaluated_lines) { let num_lines_message = (`${unevaluated_lines} answer ${unevaluated_lines == 1 ?...
Because it is syntax. [Stackoverflow](https://stackoverflow.com/questions/44934828/is-foo-an-operator-or-syntax#44934830)
When visiting https://es6-features.org/ I get a certificate error. It would be nice if reading the page was possible over a secure connection and if the `http:` version redirected to the...
there is a symbol as key in this map and with string concat raises "Cannot convert a Symbol value to a string" error
[QUESTION] Is there any way to shorten the following with ES6 features? ``` return { op: this.op, lhs: this.lhs, rhs: this.rhs }; ``` I was hoping I could do something...
Per https://github.com/lukehoban/es6features/issues/107, the `getASTNode()` confuses learning. Provide a concrete `Object`.
I was looking into finding index in array by value - and thinking if it's not possible to do functional way. So I created this example and I think it's...
Simple design fix with automatic scrollbar only when needed - page is muhc more clean afterwards