Symbols, Generators, and Iterators in JavaScript

Symbols, Generators, and Iterators in JavaScript

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 53m | 302 MB

You don’t know JavaScript and ES2015 until you know about symbols, generators, and iterators. Learn the essentials of all three in this heart-stopping, pulse-pounding, pedal-to-the-metal session from JavaScript guru Eric Greene.

Table of Contents

00:00:00 Introduction
00:01:07 Symbols, Generators, and Iterators
00:04:50 Symbols: The New Primitive Type
00:13:42 Exploring Symbols (Demo)
00:27:10 Understanding Generator Functions
00:33:19 Generator Functions in Action (Demo)
00:39:05 Generators and the For-Of Loop
00:43:49 Iterating over Generators with the For-Of Loop (Demo)
00:47:28 Iterator Symbol and Generators
00:49:03 Configuring an Object with the Iterator Symbol (Demo)
00:53:20 Conclusion