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

5 lines
263 B
Markdown

### 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.