Guest User

Untitled

a guest
Apr 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. const authors = [
  2. {
  3. name: 'JK Rowling',
  4. age: 50
  5. books: ["Harry Potter and the Goblet of Fire", "Harry Potter and the Prisoner of Azkaban"]
  6. },
  7. {
  8. name: 'George RR Marting',
  9. age: 70,
  10. books: ["GOT - Song of Ice and Fire", "GOT - A Dance with Dragons"]
  11. },
  12. {
  13. name: 'George RR Marting',
  14. age: 70,
  15. books: ["GOT - Song of Ice and Fire", "GOT - A Dance with Dragons"]
  16. }
  17. ]
Add Comment
Please, Sign In to add comment