Lessons: 13Length: 1.6 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.7 Writing the Delete Method

The last of the four CRUD methods is the delete method. It’s actually trickier than you might think, and will require a little refactoring of our current code. But once that’s done, you’ll see our delete method comes together nicely.