11.
Which statement is true about constant objects in JavaScript?
12.
What is the output of the following code snippet?
13.
Which of the following is a valid way to define a constant object in JavaScript?
14.
What happens if you use Object.freeze() on a constant object in JavaScript?
15.
How can you ensure that a constant object remains unchanged in JavaScript?
16.
What is the data type of a constant object in JavaScript?
17.
What happens if you try to modify a property of a frozen object in JavaScript using Object.freeze()?
18.
How can you check if an object is frozen in JavaScript?
19.
Which statement about constant objects in JavaScript is correct?
20.
What happens if you try to delete a property from a constant object in JavaScript?