Created
September 4, 2015 23:07
-
-
Save lykkin/ba92afb55e4c6898d9b0 to your computer and use it in GitHub Desktop.
no worky
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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