Vidyalelo
JavaScript · Q57

Basic And Variables

Programming · JavaScript · question 57

Q57

The purpose of extensible attribute is to

A.
make all of the own properties of that object nonconfigurable
B.
to configure and bring a writable property
C.
“lock down” objects into a known state and prevent outside tampering
Answer
D.
all of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The purpose of the extensible attribute is to be able to “lock down” objects into a known state and prevent outside tampering.