Skip to content

Instantly share code, notes, and snippets.

@yuppism
Created September 22, 2011 04:11
Show Gist options
  • Save yuppism/1234013 to your computer and use it in GitHub Desktop.
Save yuppism/1234013 to your computer and use it in GitHub Desktop.
関数を定義する方法その1 (普通のやり方)
function speak(){ alert("hello"); }
speak(); // "hello"と出力
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment