- 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.
推薦閱讀
- Learn to Create WordPress Themes by Building 5 Projects
- 跟“龍哥”學C語言編程
- Vue.js前端開發基礎與項目實戰
- 基于免疫進化的算法及應用研究
- Unity 5 for Android Essentials
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Python程序設計開發寶典
- Python一行流:像專家一樣寫代碼
- Android應用程序設計
- JBoss AS 7 Development
- Python程序設計現代方法
- VC++ 2008專題應用程序開發實例精講
- Spring Microservices
- 瘋狂Ajax講義(第3版)
- Web前端開發實戰教程(HTML5+CSS3+JavaScript)(微課版)