js

Complete list of ES2017 (ES8) Features!

ES2017 is also unofficially called as ES8. Most features of es8 (ES2017) are supported in the major browsers and the latest version of Node.js®. I am summarizing the major features here. If you are a hardcore official specification lover, grab a cup of coffee and read the official specification guide, otherwise just continue reading my article, will not take [...]

By |2019-08-08T04:40:48+00:00February 27th, 2019|Categories: JavaScript|Tags: , , , |

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 [...]

By |2019-08-08T04:35:03+00:00February 21st, 2019|Categories: JavaScript|Tags: , , , |
Go to Top