- Mastering JavaScript Promises
- Muzzamil Hussain
- 181字
- 2021-07-16 13:46:47
Chapter 2. The JavaScript Asynchronous Model
In this chapter, we will look at the model behind asynchronous programming, why it was needed, and how it is implemented in JavaScript.
We will also learn what a programming model is and its significance, starting from a simple programming model to a synchronous model to an asynchronous model. Since our prime focus is on JavaScript, which employs an asynchronous programming model, we will discuss it in more detail than the rest of the models.
Let's start with what models are and their significance.
Models are basically templates upon which the logics are designed and fabricated within a compiler/interpreter of a programming language so that software engineers can use these logics in writing their software logically. Every programming language we use is designed on a particular programming model. Since software engineers are asked to solve a particular problem or to automate any particular service, they adopt programming languages as per the need.
There is no set rule that assigns a particular language to create products. Engineers adopt any language based on the need.
- DB2 V9權威指南
- Python 3.7網絡爬蟲快速入門
- Vue.js快跑:構建觸手可及的高性能Web應用
- Learning Informatica PowerCenter 10.x(Second Edition)
- SEO智慧
- C# 8.0核心技術指南(原書第8版)
- Creating Stunning Dashboards with QlikView
- Windows Embedded CE 6.0程序設計實戰
- Learning Modular Java Programming
- Access數據庫應用教程(2010版)
- Mastering Unreal Engine 4.X
- Puppet 5 Beginner's Guide(Third Edition)
- 例說FPGA:可直接用于工程項目的第一手經驗
- HTML5+jQuery Mobile移動應用開發
- MATLAB/Simulink與過程控制系統仿真