Now we need to either change the condition for theĀ for loop to repeatĀ to i < 3 or use the length of the array.

Repeat the loop as many times as there are elements in pokemon.

Make sure to assemble pokemon.length in your code.