Skip to content

Instantly share code, notes, and snippets.

@EdwinGuzman
Last active December 6, 2016 04:06
Show Gist options
  • Save EdwinGuzman/27fba164b0cdb212192809647c2a4078 to your computer and use it in GitHub Desktop.
Save EdwinGuzman/27fba164b0cdb212192809647c2a4078 to your computer and use it in GitHub Desktop.
const booksByRowling = (book) => {
console.log(`J. K. Rowling wrote ${book}.`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment