Artificial intelligent assistant

JavaScript / constructorプロパティは、コンストラクタ関数にも、コンストラクタ関数.prototypeにも存在する? constructor.prototype Hoge.constructorHoge.prototype.constructor * * * function Hoge() {}; 1 console.log(Hoge); 2 console.log(Hoge.prototype.constructor); 3 console.log(Hoge.constructor.prototype); 4 console.log(Hoge.prototype.constructor.prototype); * * * 3 Hoge.constructor.prototype 4 * * * > constructor.prototype > <

prototypeconstructor
Hoge.prototype.constructor→Hoge
Hoge.constructor
Hoge.__proto__.constructor→Function.prototype.constructor→Function

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy dd0fc2810d173d587aa41970c4313487