Commit from GitHub Actions (markdown-autodocs)

pull/57/head
KieSun 2021-09-15 09:55:30 +00:00
parent 526435a2aa
commit d042b3902c
1 changed files with 2 additions and 2 deletions

View File

@ -218,9 +218,9 @@ JS 数据类型分为两大类及八种数据类型,注意别漏了 ES6 新增
- [ ] [JavaScript 深入之继承的多种方式和优缺点](https://github.com/mqyqingfeng/Blog/issues/16)
- [ ] [JavaScript 中的继承](https://medium.com/@happymishra66/inheritance-in-javascript-21d2b82ffa6f),需自备梯子
- [ ] [JS 类继承](https://javascript.info/class-inheritance),另有 [中文翻译版](https://zh.javascript.info/class-inheritance)
### 迭代器与生成器
- [ ] 文档
- [ ] [迭代器与生成器](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators)
- [ ] 推荐文章