ES6 code example

Example 1: explain js es6

explain js es6

Example 2: javascript es6

ES6 refers to version 6 of the ECMA Script programming language
It is a major enhancement to the JavaScript language, and adds many more
features intended to make large-scale software development easier.

ECMAScript, or ES6, was published in June 2015.
It was subsequently renamed to ECMAScript 2015.

Example 3: es6

//It a modified or altered version of javascript
It includes:
1)Destructuring 2)Templete string 3)Symbols 4)Arrow function 5)Currying
6)Compose 7)Map 8)Filter 9)Reduce 10)Reference 11)Context 12)Instantiation