Returns the Object.getPrototypeOf result of value.
Object.getPrototypeOf
value
1.0.0
prototypeOf(Object.create(null));// => null Copy
prototypeOf(Object.create(null));// => null
Returns the
Object.getPrototypeOf
result ofvalue
.