Let's help "Captain Code" print out all his teammates names.

Create an array of typestring with names: "Sasha", "Finn", "Seth". Iterate through each index with a while loop and output each name.

Nice work! You're making great progress!