Q. Consider the code snippet given below
What is the observation made?
Code:
var count = [1,,3];
β
Correct Answer: (A)
The omitted value takes “undefined”