Skip to content

Instantly share code, notes, and snippets.

@sudodoki
Created July 12, 2015 08:45
Show Gist options
  • Save sudodoki/869ba0e467910134d4a9 to your computer and use it in GitHub Desktop.
Save sudodoki/869ba0e467910134d4a9 to your computer and use it in GitHub Desktop.
From Kyivjs by @shvaikalesh
(function () {
try {
try { return 1; }
finally { return 2;}
return 3;
} finally {
return 4;
}
return 5;
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment