Every number in [10, 20, 30, 40, 50, 60] is even. That's on purpose.
This iterator returns elements at odd positions, i.e. index 1, 3, 5.
odd positions, i.e. index 1, 3, 5
Some people consider that odd positions are in fact at index 0, 2, 4. Is there a definite guide on the correct terminology?