JavaScript Track Detail
What are the applications of the seal method
Below are the main applications of Object.seal() method,
- It is used for sealing objects and arrays.
- It is used to make properties of an object non-configurable.
JavaScript Track Detail
Below are the main applications of Object.seal() method,