Files
30-seconds-of-code/glossary/ES6.md
Angelos Chalaris 5aee5a08fe Add ES6
2018-08-17 10:45:00 +03:00

263 B

ES6

ES6 stands for ECMAScript 6 (also known as ECMAScript 2015), a version of the ECMAScript specification that standardizes JavaScript. ES6 adds a wide variety of new features to the specification, such as classes, promises, generators and arrow functions.