ECMAScript 2019 (ES2019) is the 10th version of the ECMAScript language. Among others, it adds Object.fromEntries, Array#flat and Array#flatMap to the language, and makes small adjustments to the specification. Only use this tag where the question specifically relates to new features or technical changes provided in ECMAScript 2019.
ECMAScript 2019 (ES2019) is the 10th version of the ecmascript language.
The following proposals have been merged:
Object.fromEntries
- Optional
catch
binding Array.prototype.flat
and.flatMap
- JSON superset
- Well-formed
JSON.stringify
Symbol.prototype.description
Function.prototype.toString
revisionString.prototype.trimStart
and.trimEnd