We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9633667 commit 1814aaaCopy full SHA for 1814aaa
1 file changed
1-js/08-prototypes/04-prototype-methods/article.md
@@ -63,7 +63,7 @@ let clone = Object.create(Object.getPrototypeOf(obj), Object.getOwnPropertyDescr
63
64
此调用可以对 `obj` 进行真正准确地拷贝,包括所有的属性:可枚举和不可枚举的,数据属性和 setters/getters —— 包括所有内容,并带有正确的 `[[Prototype]]`。
65
66
-# 原型简史
+## 原型简史
67
68
如果我们数一下有多少种处理 `[[Prototype]]` 的方式,答案是有很多!很多种方法做的都是同一件事儿!
69
0 commit comments