Skip to content

Instantly share code, notes, and snippets.

@founddrama
Created June 13, 2015 18:50
Show Gist options
  • Save founddrama/c8c2f914211858f601bd to your computer and use it in GitHub Desktop.
Save founddrama/c8c2f914211858f601bd to your computer and use it in GitHub Desktop.
Harry Potter titles re-imagined if he was a JavaScript developer.
[ "Sorcerer's Semicolon",
"Chamber of Closures",
"Transpiler of Azkaban",
"Goblet of Cruft",
"Order of the Variables",
"Half-Right Kludge",
"Deathly For-Loop"
].map(i => `Harry Potter and the ${i}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment