What does the [[Prototype]]: Object string in the browser console (see pic) mean. As you can see from the code below:
({}).__proto__.__proto__ === null
the prototype chain consists of 2 links, but in the browser console for some reason my {} turned into [[Prototype]]: Object.