Learning Node.js Development
上QQ阅读APP看书,第一时间看更新

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.