Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function () {
  2.   if (!x) {
  3.     return 42;
  4.   }
  5.   else {
  6.     (function () {
  7.       x = false;
  8.       var x;
  9.     })();
  10.   }
  11. })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement