Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created November 14, 2019 11:06
Show Gist options
  • Save carlosrojaso/b0919559ef5c9e549c4e32168ee92a06 to your computer and use it in GitHub Desktop.
Save carlosrojaso/b0919559ef5c9e549c4e32168ee92a06 to your computer and use it in GitHub Desktop.
this.tasks = this.tasks.filter((el) => el.id !== deletedTask.id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment