Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. function cat_in_box(){
  2. try{console.log("it's alive");return 0;}
  3. finally{console.log("it's dead");}
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement