List of questions
Related questions
Question 29 - Certified JavaScript Developer I discussion
A developer creates an object where its properties should be immutable and prevent properties from being added or modified.
Which method should be used to execute this business requirement ?
A.
Object.const()
B.
Object.eval()
C.
Object.lock()
D.
Object.freeze()
Your answer:
0 comments
Sorted by
Leave a comment first