+ 2
What's the output of this code? Var arr = new array (4,6,8); document. Write (arr [1]);?
9 Respuestas
+ 2
the answer for the a,b,c one is b
+ 1
It's B
0
😐
0
error?
0
b
0
guys TheAnswweer is b
- 1
6
- 1
var arr = new Array (4,6,8);
document.write (arr [1]);
- 2
6