Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Created April 11, 2018 11:30
Show Gist options
  • Save wojciech-bilicki/1bb5c82591f5493bfdd0d4a613f89847 to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/1bb5c82591f5493bfdd0d4a613f89847 to your computer and use it in GitHub Desktop.
const authors = [
{
name: 'JK Rowling',
age: 50
books: ["Harry Potter and the Goblet of Fire", "Harry Potter and the Prisoner of Azkaban"]
},
{
name: 'George RR Marting',
age: 70,
books: ["GOT - Song of Ice and Fire", "GOT - A Dance with Dragons"]
},
{
name: 'George RR Marting',
age: 70,
books: ["GOT - Song of Ice and Fire", "GOT - A Dance with Dragons"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment