That's right! Just like an array, we can get elements using .get().
.get()
Oh noes! Here's a hint: friends.get(1) gets "Amy".
friends.get(1)
"Amy"