Skip to content

Instantly share code, notes, and snippets.

@448jp
Created January 25, 2012 17:32
Show Gist options
  • Save 448jp/1677466 to your computer and use it in GitHub Desktop.
Save 448jp/1677466 to your computer and use it in GitHub Desktop.
即時関数
/*関数定義と関数呼び出しをまとめて行うことができる*/
(function() {
alert('即時関数です');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment