let obj = {}; obj.a = 123; Object.prototype.t1 = 222; console.log('t1' in obj); console.log(Object.getPrototypeOf(obj))