let p1 = new Person() Person.prototype.isPrototypeOf(p1) // return boolean;
Object.getPrototypeOf(p1) // return obj;