Skip to content

Instantly share code, notes, and snippets.

@asci
Created September 8, 2019 15:17
Show Gist options
  • Save asci/cbddcc1f5b6d1413cb6ffca31a4dcaf2 to your computer and use it in GitHub Desktop.
Save asci/cbddcc1f5b6d1413cb6ffca31a4dcaf2 to your computer and use it in GitHub Desktop.
data
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