- Mastering JavaScript Promises
- Muzzamil Hussain
- 170字
- 2021-07-16 13:46:48
Summary
In this chapter, we learned what a programming model is and how they are implemented in different languages, starting from a simple programming model to the synchronous model to the asynchronous model.
We also saw how tasks were organized in the memory and how they were served according to their turns and priorities, and how programming models decide what task is to be served.
We have also seen how the asynchronous programming model works in JavaScript, and why it's necessary to learn the dynamics of the asynchronous model to write better, maintainable, and robust code.
This chapter also explained how the major concepts of JavaScript are implemented and their roles from different angles in an application development.
We have also seen how callbacks, events, and observer were applied within JavaScript and how these core concepts are driving today's application development scenes.
In the next chapter, Chapter 3, The Promise Paradigm, we will learn a great deal about promise and how it's helping in making applications more robust and scalable.
- Extending Jenkins
- GitLab Cookbook
- Mastering Ember.js
- Python深度學習
- Hands-On Data Structures and Algorithms with JavaScript
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Python王者歸來
- Processing互動編程藝術
- Building Machine Learning Systems with Python(Second Edition)
- C語言從入門到精通
- 打開Go語言之門:入門、實戰與進階
- Microsoft Azure Security
- Flask Web開發實戰:入門、進階與原理解析
- Raspberry Pi By Example
- Go語言從入門到項目實戰(視頻版)