Skip to content

Instantly share code, notes, and snippets.

@mjj2000
Created April 26, 2019 09:28
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 mjj2000/e06d2e6792fca483667d4fdd78118c64 to your computer and use it in GitHub Desktop.
Save mjj2000/e06d2e6792fca483667d4fdd78118c64 to your computer and use it in GitHub Desktop.
Heredoc for Javascript
// assign html string value with easy-to-ready format
const html = (function() {/* This line will be removed!!!!
<div>
hello world!!!
</div>
This line will be removed!!!! */}).toString().split('\n').slice(1,-1).join('\n');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment