Asynchronous JavaScript Deep Dive
Master Asynchronous JavaScript Patterns; In-depth training on Callbacks, Promises, Asynchronous Await, Generators and more.
Created by Steven Hancock | 5.5 hours on-demand video course
Effectively working with asynchronous code in JavaScript is an essential skill for anyone working with JavaScript. This course will take you from a beginner or intermediate level to mastering asynchronous JavaScript. I start with a discussion of asynchronous code in JavaScript and how it compares with synchronous code. We take a look at the event loop and the role it plays in asynchronous JavaScript. We then look at and work with the original asynchronous pattern, the callback. We dive into Promises, and tackle this subject in depth. We then add the Asynchronous await pattern to the discussion. In the last section we cover generators and how and when they can be used in your code.
What you’ll learn
- In-depth training on asynchronous JavaScript.
- Fundamental concepts about asynchronous JavaScript.
- How asynchronous JavaScript is achieved using the event loop.
- The ubiquitous callback pattern.
- Problems we encounter with callbacks.
- The ins, outs and whys of JavaScript promises.
- The fetch command.
- The async await pattern. The new way of handling asynchronous code.
- Generators and when to use them.
Recommended JavaScript Course