Files
30-seconds-of-code/glossary/ES6.md
2019-08-13 11:19:29 +03:00

8 lines
284 B
Markdown

---
title: ES6
tags: 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.