Vidyalelo
JavaScript · Q40

Basic And Variables

Programming · JavaScript · question 40

Q40

The enumeration order becomes implementation dependent and non-interoperable if :

A.
If the object inherits enumerable properties
Answer
B.
The object does not have the properties present in the integer array indices
C.
The delete keyword is never used
D.
Object.defineProperty() is not used

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board