GUIDE

The road ahead will be long and our climb will be steep

ES6 Introduction

| Comments

What is ES6?

It’s ECMAScript 6, the standard of the next generation of javascript. Now ECMAScript 6 is renamed to ECMAScript 2015, that mean it was released in 2015.

ECMAScript is a specification, Javascript is an implementation.

ECMA is an international, they standardize the scripting language.

There are released versions of ECMAScript.

Other little languages compile into javascript, such as CoffeeScript, TypeScript.