const obj = {}; console.log(Object.getPrototypeOf(obj) === Object.prototype); console.log(Object.getPrototypeOf(Object.prototype));