es6-notes
es6-notes copied to clipboard
Notes for using ECMAScript6
ECMAScript 6 (ES6)
Introduction
This is not meant to replace the official documentation
Below is an index of notes for ES6
- Variables
- for/of
- Template Literals
- Arrow Functions
- Destructuring Assignment
- Default Parameters
- Rest Parameters
- Classes
- ES6 modules
- Asynchronous versus Synchronous
- Promises