We'll need an array to store the list of ingredients.

Create the empty dessert array.

Make sure to assemble var dessert = []; in your code.