Skip to content

Instantly share code, notes, and snippets.

@robotlolita
Created September 27, 2010 23:57
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 robotlolita/600126 to your computer and use it in GitHub Desktop.
Save robotlolita/600126 to your computer and use it in GitHub Desktop.
html = "some\
multiline\
string"; // "some multiline string"
html = "some "
+ "multiline "
+ "string"; // "some multiline string"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment