What is Es6 ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is Es6 ?

Somebody please answer me what is Es6? What is the difference between Es6 & Js.

15th Aug 2020, 2:31 AM
Allamprabhu Hiremath
2 Answers
+ 3
ECMAScript (ES) is a scripting language specification created to standardize JavaScript. The Sixth Edition, initially known as ECMAScript 6 (ES6) and later renamed to ECMAScript 2015, adds significant new syntax for writing complex applications, including classes and modules, iterators and for/of loops, generators, arrow functions, binary data, typed arrays, collections (maps, sets and weak maps), promises, number and math enhancements, reflection, and proxies. In other words, ES6 is a superset of JavaScript (ES5). The reason that ES6 became so popular is that it introduced new conventions and OOP concepts such as classes. It's described on ES6 course https://www.sololearn.com/learn/JavaScript/2968/
15th Aug 2020, 2:47 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 3
Its a scripting language But older js is better for me
15th Aug 2020, 3:32 AM
(⌐■-■)
(⌐■-■) - avatar