摘要:
# 请问何为promise ? ### 先解决一个问题何为 同步 异步 1. 同步是什么 1. 同步就是内存中顺序执行的处理器指令 2. 大白话就是每条指令都会严格按照他们出现的顺序来执行 ```JavaScript // 举例 let x = 3; // 第一个执行 x += 4; // 第二个执 阅读全文 »
摘要:
### 习题链接 [封装 Promisefy 函数](https://www.lanqiao.cn/problems/2425/learning/?page=1&first_category_id=2&sort=students_count&second_category_id=11&difficu 阅读全文 »
摘要:
### 习题链接 [大电影](https://www.lanqiao.cn/problems/2333/learning/?page=1&first_category_id=2&sort=students_count&difficulty=20&second_category_id=11&tags= 阅读全文 »
摘要:
### 习题链接 [宝贵的一票](https://www.lanqiao.cn/problems/2323/learning/?page=1&first_category_id=2&sort=students_count&second_category_id=11&difficulty=20&tag 阅读全文 »