Q. What will be the output of the following given code of JavaScript?
Code:
var x1 =[,,,]; var x2 =newArray(10); 0in x1 0in x2
β
Correct Answer: (C)
true false
var x1 =[,,,]; var x2 =newArray(10); 0in x1 0in x2
You must be Logged in to update hint/solution