Skip to content

Instantly share code, notes, and snippets.

@robotlolita
Created September 27, 2010 23:57
Show Gist options
  • Select an option

  • Save robotlolita/600126 to your computer and use it in GitHub Desktop.

Select an option

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