- Learning Node.js Development
- Andrew Mead
- 60字
- 2021-06-30 18:57:00
Removing a note
In this section, you will write the code for removing a note when someone uses that remove command, and they pass in the title of the note they want to remove. In the previous chapter, we already created some utility functions that help us with fetching and saving notes, so the code should actually be pretty simple.