Skip to content

Instantly share code, notes, and snippets.

@lykkin
Created September 4, 2015 23:07
Show Gist options
  • Save lykkin/ba92afb55e4c6898d9b0 to your computer and use it in GitHub Desktop.
Save lykkin/ba92afb55e4c6898d9b0 to your computer and use it in GitHub Desktop.
no worky
function generateFunctions() {
return function () {
break bad;
}
bad: console.log("I'm alive!")
}
generateFunctions()()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment