"pure" object

an object without prototype.

JSvalueobjectcreateObject.create() ⟩ pure object

Object.create(null) is an object without prototype.

Last updated

Was this helpful?