From c8800f31eb9d43cf7db6016deb2f4af3ac1b0890 Mon Sep 17 00:00:00 2001 From: xuwu Date: Wed, 31 Mar 2021 07:41:39 +0800 Subject: [PATCH] docs: update readme --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 6053e33..ed27b59 100644 --- a/README.md +++ b/README.md @@ -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) ## 前端十五万字面试资料