The Final Feature set of ECMAScript 2016-ES7

ECMAScript 2016 (ES2016) turns out to be a very small release. Well, ES7 (ES2016) has only two (2) features! Array.prototype.includes Exponentiation Operator Checkout the article on Object Oriented Programming in ES2015 (es6) to learn ES6. 1. Array.prototype.includes - Array method includes The includes() method returns a Boolean value (true or false) based on whether an array contains a specific [...]