ES6

Intro

JavaScript has had many new features added to the language in the last 3 years. These changes are collectively called ‘ES6’, and provide convenient new ways to write better code. (As a side note, new revisions of the JavaScript language are released every year. ES6 is technically ES2015, ES7 is ES2016, etc.)

Suggested Learning

Requirements

Extra Learning

This list is by no means complete. Feel free to add an issue or put in a pull request to update it.