Created
September 8, 2019 15:17
-
-
Save asci/cbddcc1f5b6d1413cb6ffca31a4dcaf2 to your computer and use it in GitHub Desktop.
data
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 items = [ | |
{ name: "john", fullname: "John Doe" }, | |
{ name: "batman", fullname: "Bryce Wayne" }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment