Arrays can change size! Use .push() to add to end, .pop() from end, .unshift() to start, and .shift() from start.
.push()
.pop()
.unshift()
.shift()
initialCart
cart
actions
Submit your code to see test results