When adding to an array with push(), we need the array name and the value we want to add in parentheses.

Add the value "mango" to the dessert array.

As we want to add to the array, make sure to use push.