What is the purpose of the Object.create() method in JavaScript?
Object.create()
Creates a new instance of an object.
Creates an empty object.
Creates a new object with a specified prototype.
Creates a copy of an existing object.