Object.create()
Term side of the Card
Topic: Object
Unit title: Object.create()
Categories: Method
Explanation side of the Card
Explanation: The static method that creates a new object with the specified prototype object and properties. This allows setting up inheritance without using classes or constructors.
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 4
- The safari browser supports this feature starting from version 5
Availability: