From 4c53c8a9c70f0a5031332e02eb997909ce7d2e47 Mon Sep 17 00:00:00 2001 From: KieSun Date: Sun, 10 Oct 2021 13:12:38 +0000 Subject: [PATCH] Commit from GitHub Actions (markdown-autodocs) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c9b643..ec14f1b 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ JS 数据类型分为两大类及八种数据类型,注意别漏了 ES6 新增 - [ ] [async](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function) - [ ] [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) - [ ] 推荐文章 - - [ ] [手写async await的最简实现(20行)](https://juejin.cn/post/6844904102053281806) + - [ ] [手写 async await 的最简实现(20 行)](https://juejin.cn/post/6844904102053281806) - [ ] [Babel 将 Generator 编译成了什么样子 ](https://github.com/mqyqingfeng/Blog/issues/102) #### 事件循环