ES6 Everyday: The End
We made it!
(Huge thanks to the ES6 Compatibility Table and the Mozilla Developer Network (MDN), which I relied on heavily in putting together this series of posts)
Over the past two months, we’ve broken the seemingly overwhelming ECMAScript 6 standard into digestible little pieces:
- Introduction
- Default Parameter Values
- Spread Operator
- Rest Parameters
- Destructuring
- Binary and Octal Literals
- Template Strings
- Tagged Template Strings
- Sticky Regex Matches
- New String Methods
- const Keyword
- let Keyword
- Arrow Functions
- New Math Methods
- New Number Methods and Properties
- Classes
- Static Class Members
- Class Inheritance
- Extending Built-in Classes
- Promises
- Symbols
- for..of Loops and the Iterable Protocol
- The Iterator Protocol
- Generator Functions
- yield* Keyword
- Maps
- Sets
- WeakMaps
- WeakSets
- New Array Methods
- Typed Arrays
- New Object Methods
- Computed Properties
- Shorthand Properties and Methods
- Modules
- Proxies
- Reflect
Now let’s go out there and make some cool stuff!
(And get ready for ES7)