Skip to content

Instantly share code, notes, and snippets.

@VoQn
Created July 3, 2012 11:49
Show Gist options
  • Save VoQn/3039280 to your computer and use it in GitHub Desktop.
Save VoQn/3039280 to your computer and use it in GitHub Desktop.
ジョークです
;(function(hello){
while(!hello) {
try {
hello.world;
} catch (god) {
console.log(hello = god.message = 'Hello, world!');
}
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment