Skip to content

Instantly share code, notes, and snippets.

@paigen11
Created September 14, 2019 23:43
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 paigen11/057ebf499be51ac165ee996d92e9a84a to your computer and use it in GitHub Desktop.
Save paigen11/057ebf499be51ac165ee996d92e9a84a to your computer and use it in GitHub Desktop.
Multi-line string created using template literal syntactic sugar
console.log(`With template literal back-ticks, I can spread strings across
as many lines as I want
with
no
problem.`);
/* prints: With template literal back-ticks, I can spread strings across
as many lines as I want
with
no
problem. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment