Created
November 14, 2019 11:06
-
-
Save carlosrojaso/b0919559ef5c9e549c4e32168ee92a06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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