From bc15c8dbe7a3ab59bbe973e8d2b22ae7a356b6b6 Mon Sep 17 00:00:00 2001 From: nicenonecb <1664546556@qq.com> Date: Wed, 15 Sep 2021 00:19:58 +0800 Subject: [PATCH] feat: update style --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 416c0ea..6690738 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ 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) + ### 迭代器与生成器 更多用例详见 忍者秘籍 P125 @@ -197,6 +198,7 @@ JS 数据类型分为两大类及八种数据类型,注意别漏了 ES6 新增 - [ ] [[译] 什么是 JavaScript 生成器?如何使用生成器?](https://juejin.cn/post/6844903616357072910) - [ ] [JavaScript Visualized: Generators and Iterators](https://dev.to/lydiahallie/javascript-visualized-generators-and-iterators-e36),需自备梯子 - [ ] [Understanding Generators in ES6 JavaScript with Examples](https://codeburst.io/understanding-generators-in-es6-javascript-with-examples-6728834016d5),需自备梯子 + ## 跨端框架 跨端的最主要的含义就是一套代码多端运行,减少重复劳动