Created
February 9, 2019 08:11
-
-
Save jeswin/aa889f04ddfd1c5d0e38b3866e478bee to your computer and use it in GitHub Desktop.
router-article-create-todos
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
const todos = [ | |
{ id: 1, text: "Buy Milk" }, | |
{ id: 2, text: "Pay Bills" }, | |
{ id: 3, text: "Write Article" }, | |
{ id: 4, text: "Sleep Early" } | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment