Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created February 24, 2015 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/f1501884f80073d9c971 to your computer and use it in GitHub Desktop.
Save shigemk2/f1501884f80073d9c971 to your computer and use it in GitHub Desktop.
var a = "hoge";
var b = a.concat("fuga");
console.log(a);
console.log(b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment