The constructor function that created the instance object.
For plain Object instances, the initial value is the Object constructor.
![](https://img.haomeiwen.com/i16851255/096be4bceab4eaaf.png)
原型对构造函数的引用
Instances of other constructors each inherit the constructor property from their respective Constructor.prototype object.
![](https://img.haomeiwen.com/i16851255/47c1ce7d855c9e70.png)
![](https://img.haomeiwen.com/i16851255/692fd63ebc9ff21c.png)
![](https://img.haomeiwen.com/i16851255/421583a534e545dd.png)
![](https://img.haomeiwen.com/i16851255/dff434c2cc68eb0a.png)
![](https://img.haomeiwen.com/i16851255/3aa6d0183d6dca65.png)
网友评论