Add the three values to the array. Start with "milk", continue with "tomato", and finish with "apple".

There! We've managed to fit the whole shopping list into a single array.

Make sure there's a comma between each value: ["milk", "tomato", "apple"].