ES6 features
ES7
also called ES2017
alias EcmaScript2016
is the latest JavaScript language released in June 2016.
ES7
is not a major release, It has only two features included in the language.
Feature | Description | Syntax |
---|---|---|
Array Includes | include is new method in array class | Array.Includes() method |
Exponential Operator | exponential operator is alternate to math.pow | Exponentation (**) |
Exponential Assignment Operator | exponential operator is alternate to math.pow | Exponentation Assignment(**=) |
Are all browsers supported by the ES06 version?
Yes, All the latest following browsers are supported.
Chrome, Internet Explorer, Safari, and Firefox.
Does Chrome use ES6?
Chrome supports ES6 in version 52
.
It supports all features of exponentiation, the array includes features.
Latest chrome version supports all features of ES7.
What is ES6 JavaScript?
ECMAScript 2015 is the latest feature added to the Latest javascript with new features. It contains only minor releases, implemented in V8 and typescript.