Skip to content

Instantly share code, notes, and snippets.

@MarcusHurney
Created July 22, 2018 18:36
Show Gist options
  • Save MarcusHurney/307e0d00ef544da2f1fc234313447475 to your computer and use it in GitHub Desktop.
Save MarcusHurney/307e0d00ef544da2f1fc234313447475 to your computer and use it in GitHub Desktop.
const removeNote = id => notes.filter(note => note.id !== id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment