Following Learn ES6 (ESCMAScript 2015) course by John Lindquist.
Its enough to clone repository and open index.html file.
- 📄 Arrow Function =>
- 📄 The let keyword
- 📄 Default Values for Function Parameters
- 📄 const Declarations
- 📄 Shorthand Properties
- 📄 Object Enhancements
- 📄 Spred operator
- 📄 Template Literals
- 📄 Destructing Assignment
- 📄 Modules - Import and Export
- 📄 Converting an array-like object into an Array with Array.from()
- 📄 Promises
- 📄 Generators
- 📄 Maps and WeakMaps
- 📄 Arguments keyword vs Rest Parameters
- JavaScript
- HTML