```js > expect(Object.create(null)).toEqual({}) Error: Expected {} to equal {} ``` They are different, because of prototype, but the output is weird.