Asynchronous JavaScript
1. 不同步处理;
2.最有用的工具是promises;
3. 在VS里安装了Node后,圈上指令按F8可以执行该指令。
4. 用到callback就是asynchronous;
5. 与HTML,CSS的关系:
6. alert 弹窗; prompt 输入存入变量。
7. JavaScript实际运行过程:
8. Hoisting:
9. Primitives and objects:
framework of app:
the use of the map function:
the use of reduce function (accumulation):
问题:
catch, throw, _ => , require, const, next, let, =>什么意思?