ECMAScript 2016 (ES7) ** is the **7th edition of the ECMAScript Language Specification

../../_images/added_es2016.png

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

Description

The 7th edition, officially known as ECMAScript 2016 , was finalized in June 2016.

The major standard language features include block-scoping of variables and functions, destructuring patterns (of variables), proper tail calls, exponentiation operator ** for numbers, await, async keywords for asynchronous programming.