JavaScript question 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 question detail
Below are the main applications of Object.seal() method,