- Learning JavaScript Data Structures and Algorithms
- Loiane Groner
- 68字
- 2021-08-27 18:41:08
ECMAScript 2015+ functionalities
In this topic, we will demonstrate how to use some of the functionalities of ES2015, which may be useful in everyday JavaScript coding and which will also be useful to simplify the examples presented in the following chapters of this book.
Among the functionalities, we will cover the following:
- Variables with let and const
- Template literals
- Destructuring
- Spread operator
- Arrow functions using =>
- Classes
- Modules