Predict the output.
const obj = Object.create(null) obj.x = 1 console.log('toString' in obj, Object.hasOwn(obj, 'x'))