Quiz on Arrays
Take a quiz on arrays.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What’s the index of the number 4
in the array [1, 2, 3, 4, 5]
?
A.
2
B.
3
C.
4
D.
5
1 / 6
Take a quiz on arrays.
What’s the index of the number 4
in the array [1, 2, 3, 4, 5]
?
2
3
4
5