Book Image

Accelerated ES6 Training [Video]

By : Maximilian Schwarzmüller
5 (1)
Book Image

Accelerated ES6 Training [Video]

5 (1)
By: Maximilian Schwarzmüller

Overview of this book

This course follows a hands-on, example-driven approach to show and explain all important features added to JavaScript. This includes important syntax changes and additions such as let, const, REST, and spread operators and continues with promises, the Reflect API, the Proxy API, maps and sets, tons of new methods and functions, and much more. At the end of the course, we'll even build a complete project, using many of the new features shown throughout the course. The code bundle for this video course is available at https://github.com/PacktPublishing/Accelerated-ES6-Training-
Table of Contents (12 chapters)
12
Course Wrap Up
Chapter 5
Iterators & Generators
Content Locked
Section 6
Generators in Action
Learn about Generators and how they are related to Iterators.