Created
January 23, 2016 23:25
-
-
Save StevenJL/6adc1190a9ebbd4a8c04 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
| { | |
| type: "ADD_TODO", | |
| text: "Write an article comparing 'Sexy and the City' with 'War and Peace'" | |
| } | |
| { | |
| type: "COMPLETE_TODO", | |
| index: 5 // refers to the index in the array which this todo presumably lives in | |
| } | |
| { | |
| type: "SET_VISIBILITY_FILTER", | |
| filter: "SHOW_COMPLETED" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment