Proposed by: Hamdaan Ali
Iterators and Generators in JavaScript
Iterators are a go-to in the lives of JavaScript developers. In this course, we'll dive deep into two fundamental concepts: Iterators and Generator Functions. These topics are the backbone of efficient JavaScript programming.
In this talk, we will learn about Iterators, a fundamental aspect of JavaScript development. We will delve into the commonly used built-in iterators and will learn how to create our own custom iterators with the help of a live example. We'll wrap up by learning about Generator Functions, a powerful feature that enables you to pause and resume execution.
This talk is based on my course on Mon School - https://mon.school/courses/iterators-and-generators-in-javascript
The talk will aim to develop a curiosity towards learning Iterators and Generator Functions and spark curiosity about Security in JavaScript and how it is useful to move toward the latest ES6 paradigms.
Source code/Reference: https://mon.school/courses/iterators-and-generators-in-javascript
Talk duration: