Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created July 30, 2018 22:27
Show Gist options
  • Select an option

  • Save gladchinda/0442b86ad9ae8c7f7f339a65cf860a5c to your computer and use it in GitHub Desktop.

Select an option

Save gladchinda/0442b86ad9ae8c7f7f339a65cf860a5c to your computer and use it in GitHub Desktop.
const html = (`
<html>
<body>
<div>Template literals are super cool.</div>
</body>
</html>
`).trim();
console.log(html);
// <html>
// <body>
// <div>Template literals are super cool.</div>
// </body>
// </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment