✨guard against accidental modifications
an object without prototype.
JS ⟩ value ⟩ object ⟩ create ⟩ Object.create() ⟩ pure object
Object.create()
can be used to protect objects from being modified accidentally.
Last updated
an object without prototype.
JS ⟩ value ⟩ object ⟩ create ⟩ Object.create() ⟩ pure object
Object.create()
can be used to protect objects from being modified accidentally.
Last updated