Inheritance 为什么要举例呢;t等于F.prototype,在用null重写prototype之后?

Inheritance 为什么要举例呢;t等于F.prototype,在用null重写prototype之后?,inheritance,prototype,Inheritance,Prototype,如果我像这样重写原型: 函数F(){} F.prototype={} const obj=新的F() console.log(obj.\uuuu proto\uuuu==F.prototype)

如果我像这样重写
原型
函数F(){}
F.prototype={}
const obj=新的F()
console.log(obj.\uuuu proto\uuuu==F.prototype)