Table of Contents
ECMAScript support
- arrow functions MDN.
- function default parameters MDN.
- function rest parameters MDN.
let
andconst
bindings (complete) ECMAScript 6, MDN.- promises (complete) ECMAScript 6, MDN.
- symbols.
- template strings (complete). ECMAScript 6 tagged, ECMAScript 6, MDN.
- typed arrays.
- generators ECMAScript 6, MDN.
- async/await ECMAScript tc39.
- computed property names ECMAScript 6, MDN.