ECMAScript 2017 (ES8) is the 8th edition of the ECMAScript Language Specification

../../_images/added_es2017.png

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

Description

The 8th edition, officially known as ECMAScript 2017 , was finalized in June 2017.

Includes async/await constructions, which work using generators and promises.

ECMAScript 2017 (ES2017), the eighth edition, includes features for concurrency and atomics, syntactic integration with promises (async/await).

async/await