duyue6002 / Blog

:pencil2: Write here
http://duyue6002.github.io/Blog/#/
5 stars 1 forks source link

[思维导图笔记]你不知道的JS(上卷)第二部分(this和对象原型) #12

Closed duyue6002 closed 5 years ago

duyue6002 commented 5 years ago

第1章 关于this

image

duyue6002 commented 5 years ago

第2章 this全面解析

image

duyue6002 commented 5 years ago

第3章 对象

image

duyue6002 commented 5 years ago

第4章 混合对象“类”

image

duyue6002 commented 5 years ago

第5章 原型

[[Prototype]]机制是指对象中的一个内部链接引用另一个对象。

default

duyue6002 commented 5 years ago

第6章 行为委托

image

duyue6002 commented 5 years ago

附录 ES6中的Class

image