Skip to content

Instantly share code, notes, and snippets.

@yuppism
Created September 22, 2011 04:15
Show Gist options
  • Save yuppism/1234018 to your computer and use it in GitHub Desktop.
Save yuppism/1234018 to your computer and use it in GitHub Desktop.
無名関数を即時実行
( function(){ alert("hello"); } )(); // "hello"と出力
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment