Introduction
Appending to slices lets you add new items to a list that can grow as needed.
When you want to add a new item to a list of names.
When collecting user inputs one by one into a list.
When building a list of results from a loop.
When you don't know the final size of the list in advance.