✨"pure" object
an object without prototype.
Last updated
Was this helpful?
an object without prototype.
Last updated
Was this helpful?
Was this helpful?
JS ⟩ value ⟩ object ⟩ create ⟩ Object.create() ⟩ pure object
this "pure" object will not inherit anything❗
does not have toString()
method.
won't work with +
operator.
can't call __proto__
(accessor).