Our array list of friends feels kind of small.

Try adding an element with add().

Excellent code! Unlike arrays, array lists let you add elements to them.

Nope! We use get() to get elements and set() to set elements. How might we add elements?