Modern JavaScript: Iterators and Generators
Offered By: Coursera Project Network via Coursera
Course Description
Overview
JavaScript Iterators and Generators bring the concept of iteration directly into the core language and provide a mechanism for customizing the behavior of for...of loops.
In this project, you'll master the JavaScript Iterators and Generators with live hands-on exercises. We'll learn about iteration protocols, the built-in constructs that provide support for them and how to make our own data structures iterable.
Syllabus
- Project Overview
- JavaScript Iterators and Generators bring the concept of iteration directly into the core language and provide a mechanism for customizing the behavior of for...of loops. In this project, you'll master the JavaScript Iterators and Generators with live hands-on exercises. We'll learn about iteration protocols, the built-in constructs that provide support for them and how to make our own data structures iterable.
Taught by
Stanimira Vlaeva
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera