Consider the following code snippet
var a1 = [,,,]; var a2 = new Array(3); 0 in a1 0 in a2
The result would be
A.true false
B.false true
C.true true
D.false true
Answers
Answered by
0
true true is the correct answer
Similar questions
History,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago
Chemistry,
1 year ago