TypeScript Generators, Iterators & Iterables

Опубликовано: 20 Январь 2025
на канале: TypeScript with Benny Code
4,028
70

A generator function returns a lazy iterator, which generates data only on demand. In the following tutorial, Benny will show you how to code your own generators. You will also learn the difference between iterators and iterables. https://typescript.tv/hands-on/unders...

My FREE programming apps:
https://apps.apple.com/app/id659282498
https://play.google.com/store/apps/de...

My FREE TypeScript Course:
https://typescript.tv/

Timelime:
01:15 - How to write a generator function?
03:28 - What is a generator object?
04:48 - What is an iterator?
06:31 - What is an iterable?
07:10 - The `Symbol.iterator` property
09:32 - What is an iterable iterator?
10:18 - Benefits of using iterators
12:54 - Iterator pitfalls
14:10 - Spreading iterables to an array
14:48 - Pause and resume with `yield`
16:53 - TypeScript compiler configuration

Follow Us:
🌐 https://typescript.tv/​
🐦   / typescripttv  
📺    / typescripttv​  

Hashtags:
#TypeScript #Programming #WebDev #TypeScriptTV