From 5aee5a08fef0b117e1d302f7ee0950199aaab1ea Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 17 Aug 2018 10:45:00 +0300 Subject: [PATCH] Add ES6 --- glossary/ES6.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/ES6.md 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.