September 2024
Beginner to intermediate
985 pages
35h 37m
English
In this chapter, we’ll discuss asynchronous programming. We’ll also discuss other advanced topics that can be helpful for development with JavaScript.
Let's start with asynchronous programming. We’ll take a look at what exactly this is and what the different options are. We’ll then discuss three features that fall into the advanced programming category: iterators, generators, and proxies.
One of the fundamental principles of developing in JavaScript is asynchronous programming, whether it's formulating an Ajax request or—later in this book in Chapter 17—reading files under Node.js. In many cases, you call functions and also ...
Read now
Unlock full access