ES6: The Right Parts

ES6: The Right Parts

Topics:
5 hours, 17 minutes CC

This course has been updated! We now recommend you take the JavaScript: The Recent Parts course.

Get comfortable with the latest evolutions of this great JavaScript language. By coding along with Kyle in this course you will learn: To use ‘let’ and ‘const’, Destructuring, template literals, Iterators and generators. Plus learn arrow functions, default parameters, rest and spread operators, computed and concise properties and methods. Learn to use these new ES6 JavaScript language features to write cleaner, more productive, and more readable programs!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: January 10, 2017
Get Unlimited Access Now
Table of Contents

Arrow Functions

Block Scope

Default Values and the Gather/Spread Operator

Destructuring

Template Strings

Symbols, Iterators, & Generators