This is a preview, to view full video please register and subscribe.

Promises and Generators in ES6

Presenters
Date
Mar 16, 2017

Promises and Generators in ES6

All JavaScript programmers know two things - Asynchronous programming using callbacks is a required skill and all functions run to completion. ES6 introduced Promises and Generators. Promises address the significant shortcomings of callbacks. Generators are functions that can pause itself in mid-execution and can be resumed either right away or at a later time. In this session I will discuss the impact of these two new features in ES6.