Q. What is true about Arrays?
-
(A)
JavaScript does not support associative arrays
-
(B)
You should use objects when you want the element names to be strings
-
(C)
You should use arrays when you want the element names to be numbers
-
(D)
All of the above
β
Correct Answer: (D)
All of the above