Ⓜ️Object.create()
creates a new object, using first argument as new object's prototype.
JS ⟩ value ⟩ object ⟩ create ⟩ Object.create()
creates a new object, using first argument as the new object's prototype.
use cases
"pure" object - has no prototype.
Last updated