docs: update readme

add-license-1
xuwu 2021-03-31 07:41:39 +08:00
parent a0bc35d21a
commit c8800f31eb
1 changed files with 1 additions and 12 deletions

View File

@ -28,18 +28,7 @@
### 今日原题
[第十七题:以下代码输出什么?为什么?](https://github.com/KieSun/fucking-frontend/issues/22)
```js
var a = 0
var b = async () => {
a = a + await 10
console.log('2', a) // ->
}
b()
a++
console.log('1', a) // ->
```
[第十八题:请实现 Promise.all](https://github.com/KieSun/fucking-frontend/issues/23)
## 前端十五万字面试资料