Next, let's see how shopping works. What should we do when users click on the backpack's Add to cart button?

We should add the backpack object to the cartItems arrayWe should add a "backpack" string to the cartItems arrayWe should delete the backpack object

We should add the backpack object to the cartItems array.