What is ES6?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Shalesh Rana

    Es6 is 6 version of ECMAScript. It is also known as ECMAScript 6 or ECMAScript 2015

    Please Note that ECMAScript is not any programming or scripting language instead of that is standard on which Javascript is based upon.

    ES6 comes with many new features like the concept of classes, template tags, Constants, arrow functions etc that are not avilable in prior versions of Javascript.

Related Questions

Please Login or Register to leave a response.

Related Questions

ES6 Interview Questions

List some new features of ES6

New Features in ES6. Support for constants (also known as “immutable variables”) Block-Scope support for both varia..

ES6 Interview Questions

What is Babel?

Babel is one of the most popular JavaScript transpilers and becomes the industry standard. It allows us to write ES6 cod..

ES6 Interview Questions

List steps to install Babel?

Installation: In order to install Babel, you require node.js and NPM. Make sure Node.js is installed on your server. To ..