ES6 is a new programming standard for JavaScript language which was published in 2015 (known as ECMAScript 2015 or ES2015). This is an major update to replace ES5 (standardized in 2009) with lots of new features and rules. In this tutorial, we will have a glance of the new syntax and awesome features of ES6 that make your code more modern and readable. Let’s take a look.
In this tutorial, we will learn more about the following new concepts, properties and methods of JS-ES6:
- Let & Const
- For of
- Functions
- Symbol, String, Array, Number and Math
- Class, Map, Set, Promise
To follow this ES6 tutorial, you should have a good knowledge of JavaScript up to ES5.