Learn the basics of the ECMAScript 2015, also known as ES6, JavaScript standard. JavaScript has come a long way since it’s inception in 1995. The ECMAScript 2015 specification brought a lot of improvements, the largest set of changes the language has seen to-date.
In this course, we’ll review some of the new features and demonstrate how they can be used to build better JavaScript applications.
What you'll learn
- Variable declaration with let and const
- Arrow Functions
- Destructuring
- Data Structures
- Classes