Skip to content

Instantly share code, notes, and snippets.

@rohit012
Created January 16, 2017 09:52
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 rohit012/33fa6b380052e102a4d3a5c3170f80a9 to your computer and use it in GitHub Desktop.
Save rohit012/33fa6b380052e102a4d3a5c3170f80a9 to your computer and use it in GitHub Desktop.
var simpleString = 'my simple'+
'string ';
var myEs6Srtring = `my ES6 string
can be multiline`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment