- 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.
- JavaScript百煉成仙
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- C# 2012程序設計實踐教程 (清華電腦學堂)
- 零基礎玩轉區塊鏈
- 程序員面試筆試寶典
- PowerCLI Cookbook
- ASP.NET Core 2 and Vue.js
- 基于Swift語言的iOS App 商業實戰教程
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Java Web開發詳解
- CoffeeScript Application Development Cookbook
- Mastering Concurrency Programming with Java 9(Second Edition)
- Arduino電子設計實戰指南:零基礎篇
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Splunk Essentials