X Tutup
Skip to content

Commit b708549

Browse files
committed
update
1 parent 81196f9 commit b708549

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

OO/inherit.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@
159159
//在没有必要兴师动众地创建构造函数,而只想让一个对象与另一个对象保持类似的情况下,原型式继承是完全可以胜任的。
160160
//【原型式继承】
161161

162+
163+
162164
//【寄生式继承】
163165
// function createAnother(original) {
164166
// var clone = Object.create(original);

0 commit comments

Comments
 (0)
X Tutup