diff --git a/glossary/ES6.md b/glossary/ES6.md new file mode 100644 index 000000000..6243b4d02 --- /dev/null +++ b/glossary/ES6.md @@ -0,0 +1,4 @@ +### 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.