Take the loop for a spin: use the counter variable, i, as the index to display all the elements in friends.
i
friends
Looking good!
Make sure to assemble friends[i] in your code.
friends[i]