Flow Control in JavaScript is hard! Native Promises in JavaScript have helped immensely, but the syntax is still a little callback-y. With Async + Await, we can write synchronous looking code without losing any of the benefits of JavaScript's asynchronous nature.
Wes Bos explores how async + await works, best practices for flow control, and explores several solutions for handling errors.
This talk is under the creative commons license. We're just excited to bring more exposure to to it!
source: • dotJS 2017 - Wes Bos - Async + Await
--
Learn to code for free and get a developer job
And subscribe for new videos : / @aikm2880
#javascript
#asynchronous
#AsyncAwait
#Callbacks
#Promises