Learn ECHMAScript the most easy way.

Estimated reading time: 1 minute

echmaScript

This Ecma Standard defines the ECMAScript 2017 Language. It is the eighth edition of the ECMAScript Language Specification. Since publication of the first edition in 1997, ECMAScript has grown to be one of the world’s most widely used general-purpose programming languages. It is best known as the language embedded in web browsers but has also been widely adopted for server and embedded applications.

es6 demo

* varibale 
* string interpolation
* destructing
* short-hand (objects,property)
* arrrow function ( default)
* rest spread
* get set
* generator
* promise
* class
* module ( export import )
es, es6, js