An array list works like an array. Unlike arrays, however, array lists can add and remove elements.

Try creating an array list of strings.

Boom! We use arrayListOf() to create an array list.

Not quite! How might we create an array list of values?