Login
Remember
Register
Ask a Question
What are the applications of seal method in Javascript?
0
votes
asked
Oct 8, 2023
in
JavaScript
by
JackTerrance
What are the applications of seal method in Javascript?
javascript-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 8, 2023
by
JackTerrance
Below are the main applications of Object.seal() method,
It is used for sealing objects and arrays.
It is used to make an object immutable.
...