1. Object is an instance of Function.2. Object does not have a property called constructor so when we call Object.constructor, it actually gives us Object.[[prototype]].constructor (akaObject.__proto__.constructor).3.Object.constructor (aka Object.__…