js prototype __proto__

来源:互联网 发布:mysql 重置密码 编辑:程序博客网 时间:2024/06/02 19:13

所有对象的__proto__都指向其构造器的prototype

prototype is  property of a Function,

instance 's __proto__ is referred to the prototype of the Function that created the instance 

0 0
原创粉丝点击