We can also add elements at a particular position by specifying the index.

Can you add "1st" to the beginning of the places array list?

Great job! Adding elements at a particular index is also known as inserting an element.

Whoops! Can you remember what index array lists start at?