Can you get this loop to clear the friends array, displaying every value that gets popped out of it?

Nice! We declare the friends array and open the while loop. Within the loop, we create and display friend.

So close! We declare the friends array and open the while loop. Within the loop, we create and display friend.