
#108: Shopping Cart Part 2
Published December 9, 2019
5m 19s
In part 1 of this series we created a CartAgent
to handle storing the items in our user’s shopping carts. Now that we can add items to our cart, let’s add the ability to remove them. Let’s start by…