Discussion Forum : Array And Function
Question - Consider the code snippet given below
var count = [1,,3];
What is the observation made?
Options:
A .  The omitted value takes “undefined”
B .  This results in an error
C .  This results in an exception
D .  None of the mentioned
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *