ES - ES6 Harmony (ES2015)

About

ECMAScript 6 (also known as ES2015).

The first ECMAScript Harmony specification, it is also known as ES6 Harmony

Features

See added features

Babel Support

What is Babel? - https://babeljs.io/docs/learn-es2015/

Documentation / Reference





Discover More
ECMAScript - Grammar Standard

This section groups all articles the Javascript core grammar specification better known under the name of ECMAScript and is the official standard. Ecma x is the xieme edition of the ECMAScript standard...
Node - Node Cli

node is a interactive cli. When executed without arguments, it will start in a REPL mode Options Description -v, --version print Node.js version -e, --eval script evaluate script -p, --print...
React

is a virtual dom technology that permits to create HTML page or components based on the concepts that: If the data (state) changes, the UI should change too. Learn once, write anywhere Babel for...
What is Babel?

Babel is a transpiler. It doe not resolve the imports of modules as a module bundler It just transpiles code from one language to another. from JSX to Javascript from ES5 into ES6. You...



Share this page:
Follow us:
Task Runner