FREELessons: 10Length: 2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.5 Removing Items

We look at how to remove an item from our basket. Doing this isn’t as simple as you might think due to the structure of our items array. We first write and test some smaller methods to help us before implementing our remove functionality.