Erin Swenson-Healey: Hanging Up On Callbacks — Generators in ECMAScript 6

Callbacks are a well-known aspect of JavaScript programming. With the pending rollout of the ECMAScript 6 standard, we can write in a different style, namely using generators. In this talk, Erin Swenson-Healey introduces ES6 generators, and contrasts their use with the use of callbacks — emphasizing the decreased code and increased readability that results.

Leave a Reply