- Mastering JavaScript Promises
- Muzzamil Hussain
- 282字
- 2021-07-16 13:46:46
Software prerequisites
Before starting Chapter 2, The JavaScript Asynchronous Model, you must need a set of prerequisite concepts that will make you better understand where to use Promises.js, and how it can save your time and effort in your recent or upcoming projects. The following section will elaborate what these concepts are and how we will use these as a base for our understanding of promise.
The prerequisite of this book is that you have a good understanding of procedural programing and a compulsory knowledge of basic JavaScript. Since this book is designed to develop a deeper knowledge of a concept (promise) and its use in different technologies, it's also imperative that you have a very good understanding of HTML and how to embed the code for your need.
An understanding of basic programming will help you begin with experiments with the help of a sample code as soon as you are done with any chapter/section. In this book, I've tried to make every section self-explanatory and every sample of code as a standalone script/program up to maximum strength. However, where there was need, we've added a snippet of code or algorithm to present our point more clearly.
Environment you need before getting started
To use the code within this book, you don't need any extra piece of software/IDE to start. To sample the code provided in this book, you only need free software/IDE such as Notepad++ or any other preferred open source GPL or GNU product.
Also, to view the result of your code, you need a web browser such as Google's Chrome or Mozilla's Firefox. For some examples related to Microsoft technologies, you will need Internet Explorer 9 or higher.
- Vue 3移動Web開發與性能調優實戰
- Apache ZooKeeper Essentials
- Node.js 10實戰
- R語言經典實例(原書第2版)
- 算法精粹:經典計算機科學問題的Java實現
- Unity Shader入門精要
- Python數據可視化之Matplotlib與Pyecharts實戰
- Linux:Embedded Development
- Spring核心技術和案例實戰
- C語言程序設計實驗指導 (第2版)
- ActionScript 3.0從入門到精通(視頻實戰版)
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- 程序員的成長課
- C語言程序設計教程
- Flask開發Web搜索引擎入門與實戰