Ⓜ️Object.create()

creates a new object, using first argument as new object's prototype.

JSvalueobjectcreate ⟩ Object.create()

creates a new object, using first argument as the new object's prototype.

Last updated