We'll start by creating an empty array to store our pokemon.

Create a pokemon variable and assign an empty array to it.

Sweet!

Make sure to assemble var pokemon = []; in our code.