Skip to content

Instantly share code, notes, and snippets.

@hoodie
Created December 21, 2014 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoodie/7427ba87d258893632e8 to your computer and use it in GitHub Desktop.
Save hoodie/7427ba87d258893632e8 to your computer and use it in GitHub Desktop.
function cat_in_box(){
try{console.log("it's alive");return 0;}
finally{console.log("it's dead");}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment