AbhayVel / yogesh911

0 stars 0 forks source link

Whats new in ECMAS 6+? #31

Open AbhayVel opened 1 year ago

YogeshG85 commented 1 year ago

ECMAScript (ES) is a standardized scripting language, used primarily for creating scripts for client-side web development. ECMAScript 6 (ES6) is the sixth major version of the language and it was officially standardized in June 2015. It introduced many new features and syntax improvements to make JavaScript more concise, readable, and expressive. Some of the new features in ES6 include:

let and const keywords for variable declaration Arrow functions Template literals Enhanced object literals Modules Classes Promises Generators