Let's start by creating an empty array that will later hold our favorite apps.

Create an array and assign it to the variable apps.

Yes, indeed!

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