- Mastering JavaScript Promises
- Muzzamil Hussain
- 81字
- 2021-07-16 13:46:49
Promise
The beauty of working with JavaScript's asynchronous events is that the program continues its execution, even when it doesn't have any value it needs to work that is in progress. Such scenarios are named as yet known values from unfinished work. This can make working with asynchronous events in JavaScript challenging.
Promises are a programming construct that represents a value that is still unknown. Promises in JavaScript enable us to write asynchronous code in a parallel manner to synchronous code.
推薦閱讀
- 計算機網絡
- Facebook Application Development with Graph API Cookbook
- Spring Boot開發與測試實戰
- Maven Build Customization
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Building a Quadcopter with Arduino
- Visual Basic程序設計實踐教程
- Instant Nancy Web Development
- Building Dynamics CRM 2015 Dashboards with Power BI
- Hacking Android
- 邊玩邊學Scratch3.0少兒趣味編程
- 從零學Java設計模式
- Python物理建模初學者指南(第2版)
- HTML5 Canvas核心技術:圖形、動畫與游戲開發