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.
-
Iterators and Generators and when to use them.
