Asynchronous JavaScript

1. 不同步处理;

2.最有用的工具是promises;

3. 在VS里安装了Node后,圈上指令按F8可以执行该指令。

4. 用到callback就是asynchronous;

5. 与HTML,CSS的关系:

Asynchronous JavaScript

Asynchronous JavaScript

6. alert 弹窗; prompt 输入存入变量。

7. JavaScript实际运行过程:

Asynchronous JavaScript

8. Hoisting:

Asynchronous JavaScript

9. Primitives and objects:

Asynchronous JavaScript

 

framework of app:

Asynchronous JavaScript

 

the use of the map function:

Asynchronous JavaScript

 

the use of reduce function (accumulation):

Asynchronous JavaScript

 

 

 

 

问题:

 

catch, throw, _ => , require, const, next, let, =>什么意思?