mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-11 01:18:13 +08:00
feat: update readme
This commit is contained in:
parent
b25f66ef21
commit
c64298ca69
13
README.md
13
README.md
@ -23,12 +23,25 @@
|
|||||||
|
|
||||||
### 今日原题
|
### 今日原题
|
||||||
|
|
||||||
|
第五题:[Promise.all 错误处理](https://github.com/KieSun/fucking-frontend/issues/6)
|
||||||
|
|
||||||
|
异步请求通过 Promise.all 处理,怎么让其中失败的所有请求重试。
|
||||||
|
|
||||||
|
```js
|
||||||
|
Promise.all([A, B, C, D])
|
||||||
|
// 4 个请求完成后发现 AD 请求失败了,如果让 AD 请求重试
|
||||||
|
```
|
||||||
|
|
||||||
第四题:[Promise 并发控制](https://github.com/KieSun/fucking-frontend/issues/5)
|
第四题:[Promise 并发控制](https://github.com/KieSun/fucking-frontend/issues/5)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
页面上有三个按钮,分别为 A、B、C,点击各个按钮都会发送异步请求且互不影响,每次请求回来的数据都为按钮的名字。
|
页面上有三个按钮,分别为 A、B、C,点击各个按钮都会发送异步请求且互不影响,每次请求回来的数据都为按钮的名字。
|
||||||
|
|
||||||
请实现当用户依次点击 A、B、C、A、C、B 的时候,最终获取的数据为 ABCACB。
|
请实现当用户依次点击 A、B、C、A、C、B 的时候,最终获取的数据为 ABCACB。
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
第三题:[请按照用例实现代码](https://github.com/KieSun/fucking-frontend/issues/3)
|
第三题:[请按照用例实现代码](https://github.com/KieSun/fucking-frontend/issues/3)
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
Reference in New Issue
Block a user