Async + Await in JavaScript, talk from Wes Bos




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.

Filmed at https://2017.dotjs.io on December 1st in Paris.

You can follow Wes Bos on Twitter: https://twitter.com/wesbos

This talk is under the creative commons license. freeCodeCamp is not associated with this talk. We’re just excited to bring more exposure to to it!

Learn to code for free and get a developer job: https://www.freecodecamp.com

Read hundreds of articles on programming: https://medium.freecodecamp.com

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

Original source


21 responses to “Async + Await in JavaScript, talk from Wes Bos”

Leave a Reply