Fantastic! The loop will start with 0 and, well, loop until i isn't less than numbers.length anymore. That's exactly what we need for the indices of number.
0
i
numbers.length
number
Might there be a way to make sure we don't get to indices that don't exist?