ES6: The Right Parts
Learn new ES6 JavaScript language features like arrow functions, destructuring, generators, and more to write cleaner and more readable programs.
What you'll learn
In this course, ES6: The Right Parts, you'll get comfortable with the latest evolution of the great JavaScript language. By coding along with Kyle Simpson, you'll learn about 'let' and 'const,' destructuring, template literals, Iterators, and generators. You'll also explore arrow functions, default parameters, rest and spread operators, and computed and concise properties and methods. By the end of this course, you'll know how to use these new ES6 JavaScript language features to write cleaner, more productive, and more readable programs.
Table of contents
- Audience Q&A: TypeScript vs. JavaScript 8m
- Array Destructuring 9m
- Destructuring and Default Values 7m
- Dumping Variables 4m
- Nested Array Destructuring 14m
- Object Destructuring 7m
- Nested Object Destructuring 9m
- Destructuring and Function Parameters 6m
- Advanced Destructuring 9m
- Exercise 3 1m
- Exercise 3 Solution 4m