A general purpose, cross platform, vendor-neutral programming language. Not JavaScript.
Add Object.values and Object.entries, per 2016.03.29 TC39 consensus. (tc39/proposal-object-values-entries#14)
Normative Changes Fix a bug in the new TypedArray semantics that incorrectly specified that construction of subclasses of TypedArrays with an array parameter would call the subclass constructor ag...