Asynchronous ES6 With Generators
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 119 MB | Duration: 10 minutes
Like promises, JavaScript generators are a way to improve asynchronous code readability by avoiding nested callbacks. Now that generators have come to JavaScript ES6 (ECMAScript) and are supported by Node as well as evergreen versions of Chrome, Edge, and Firefox, we can use them natively with no transpilation. Using promises is sure to improve the flow of your code.