June 2016
Beginner
314 pages
6h 19m
English
Until the date that this book is being written, only one functionality is confirmed to be shipped with ES7 (or ECMAScript 2016), which is called Array.prototype.includes.
There are other functionalities that are almost ready and may be included in ES7 but still not confirmed, which are:
Object.values/Object.entriesThe exponentiation operator may come in handy when working with math, and it simplifies the Math.pow(2, 3) code to 2 ** 3, where ** is designed to be the new exponentiation operator.
You will learn more about the Array.prototype.includes functionality in the next Chapter ...
Read now
Unlock full access