ECMAScript 2018 (ES9) is the 9th edition of the ECMAScript Language Specification

../../_images/added_2018.png

https://github.com/tc39/proposals/blob/master/finished-proposals.md

Description

The 9th edition, officially known as ECMAScript 2018 , was finalized in June 2018.

New features include rest/spread operators for variables (three dots: …identifier), asynchronous iteration, Promise.prototype.finally() and additions to RegExp.

Added