- Advanced JavaScript
- Zachary Shute
- 50字
- 2021-06-11 13:39:35
Chapter 2
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.
推薦閱讀
- JavaFX Essentials
- JMeter 性能測試實戰(zhàn)(第2版)
- 精通API架構(gòu):設(shè)計、運維與演進(jìn)
- Getting Started with Python Data Analysis
- TradeStation交易應(yīng)用實踐:量化方法構(gòu)建贏家策略(原書第2版)
- INSTANT Passbook App Development for iOS How-to
- Building Microservices with .NET Core
- Hands-On JavaScript for Python Developers
- C#程序設(shè)計基礎(chǔ)入門教程
- Visual C++開發(fā)寶典
- Android編程權(quán)威指南(第4版)
- Mastering ASP.NET Core 2.0
- Python深度學(xué)習(xí)(第2版)
- Android開發(fā)進(jìn)階實戰(zhàn):拓展與提升
- Learn C Programming