Computer Science, asked by Lovepreet4977, 1 year ago

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 gaurav2893
0
true true is the correct answer
Similar questions