Skip to content

Instantly share code, notes, and snippets.

@mayuki
Created November 12, 2010 07:13
Show Gist options
  • Select an option

  • Save mayuki/673833 to your computer and use it in GitHub Desktop.

Select an option

Save mayuki/673833 to your computer and use it in GitHub Desktop.
function Hauhau() {
return
"Hauhau" +
"Gaogao"
;
}
alert(Hauhau()); // => "HauhauGaogao" ではない。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment