Sets the prototype of a specified object.
setPrototypeOf(object, proto)
object
An object.
proto
A value of the new prototype or null.
null
The object that was passed to the function.