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