0 votes
in JavaScript by
What are the applications of seal method in Javascript?

1 Answer

0 votes
by

Below are the main applications of Object.seal() method,

  1. It is used for sealing objects and arrays.
  2. It is used to make an object immutable.
...