Arrays are lists of items. You can access items using their index (starting from 0) and check the length.
firstItem = first item in the cart (index 0)lastItem = last item (using length - 1)totalItems = total number of items in the cartSubmit your code to see test results