Skip to content

Instantly share code, notes, and snippets.

@blissdev
Created February 23, 2013 04:00
Show Gist options
  • Save blissdev/5018320 to your computer and use it in GitHub Desktop.
Save blissdev/5018320 to your computer and use it in GitHub Desktop.
var longstring = "blah blah blah";
longstring += "more blah blah bloh";
longstring += "more blah blah bloh";
longstring += "more blah blah bloh";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment