Open In App

Aptitude | JavaScript Course Quiz 3 | Question 2

True or false: All keys in an object are strings.
(A) True
(B) False
(C) Depends on the Object type
(D) None of the above

Answer: (A)
Explanation: keys can only be strings, and numeric keys such as those used in Arrays are coerced and stored as strings.
Quiz of this Question

Article Tags :