Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 292 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 292 Bytes

Object.freeze()

The Object.freeze() method freezes an object preventing it from being changed, it also prevents the prototype from being changed.

References