Guest User

Untitled

a guest
Nov 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ;(function(hello){
  2. while(!hello) {
  3. try {
  4. hello.world;
  5. } catch (god) {
  6. console.log(hello = god.message = 'Hello, world!');
  7. }
  8. }
  9. })();
Add Comment
Please, Sign In to add comment