Asynchronous JavaScript
Learning Objectives
By the end of this chapter, you will be able to:
- Define asynchronous programming
- Characterize the JavaScript event loop
- Utilize callbacks and promises to write asynchronous code
- Simplify asynchronous code with async/await syntax
In this chapter, we shall learn Asynchronous JavaScript and its uses.