What's this code snippet going to display in the console?

["Eevee", "Pikachu"]Nothing

BecauseĀ pokemon.length is greater than 0, the conditional statement displays the array.