Skip to content

Instantly share code, notes, and snippets.

@samuelayo
Created February 4, 2019 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelayo/d8ae6674bc0df5577d2407ea61d9b5ee to your computer and use it in GitHub Desktop.
Save samuelayo/d8ae6674bc0df5577d2407ea61d9b5ee to your computer and use it in GitHub Desktop.
let books = [
{ name: "Hey there my name is awesome"},
{ name: "The mythical man month"},
{ name: "Please don't make me think"}
]
module.exports = books;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment