Object.getPrototypeOf()

Term side of the Card
Topic: Object
Unit title: Object.getPrototypeOf()
Categories: Method
Explanation side of the Card

Explanation: The static method that returns the prototype, which is the value of the internal `[[Prototype]]` property, of the specified object. It's commonly used to check or change the inheritance of an object.

Browser compatibility:
  • The chrome browser supports this feature starting from version 5
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 3.5
  • The safari browser supports this feature starting from version 5
Availability: