Skip to content

Instantly share code, notes, and snippets.

@nuysoft
Created September 2, 2013 01:54
Show Gist options
  • Save nuysoft/6408603 to your computer and use it in GitHub Desktop.
Save nuysoft/6408603 to your computer and use it in GitHub Desktop.
(function(){
try{
return 1
} finally {
return 2
}
})()
// => 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment