Async + Await

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. This talk will explore how async + await works, best practices for flow control, and explore several solutions for handling errors.

Join Wes Bos in this session as he makes a complex topic fun.

What You’ll Learn

  • Promises Overview
  • How Async + Await Works
  • Best Practices and Concurrency
  • Error handling strategies
  • and more!