关于 __proto__ constructor prototype 的理解(说人话)


constructor: 指向构造函数

prototype: 指向原型对象

__proto__: 指向构造函数的原型对象

继承而来的东西, 自身没有原型对象, 指向undefined