Created
December 16, 2018 20:56
-
-
Save darksh3ll/04aa140d2de10f077c59452db7ff8956 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
| addNote(newNote) { | |
| this.setState({ toDoNotes: [...this.state.toDoNotes, newNote]}) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment