Starting from an empty array, values are assigned only at indexes 0 and 4, and no other length-changing operation occurs. What is its length?
Explanation
The highest present index is 4, so length becomes one greater, which is 5. Counting only the two present elements ignores the holes and confuses array length with the number of populated positions.