Question

In the following line:
var rows = new Array(5);
A) the array will have six items
B) the last item in the array will be rows[5]
C) the first item in the array will be rows[0]
D) all of the above

Answer

This answer is hidden. It contains 68 characters.