- 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.
- Python編程自學(xué)手冊(cè)
- 企業(yè)級(jí)Java EE架構(gòu)設(shè)計(jì)精深實(shí)踐
- C語言程序設(shè)計(jì)(第3版)
- JavaScript修煉之道
- Python進(jìn)階編程:編寫更高效、優(yōu)雅的Python代碼
- MariaDB High Performance
- 網(wǎng)絡(luò)爬蟲原理與實(shí)踐:基于C#語言
- Serverless架構(gòu)
- Visual C#.NET程序設(shè)計(jì)
- 快人一步:系統(tǒng)性能提高之道
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- Web性能實(shí)戰(zhàn)
- C語言程序設(shè)計(jì)實(shí)踐
- PHP動(dòng)態(tài)網(wǎng)站開發(fā)實(shí)踐教程
- Java 11 and 12:New Features