Last active
April 4, 2017 22:38
-
-
Save PAEz/8211784 to your computer and use it in GitHub Desktop.
Doing a multi line string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var string=(function () { | |
/* | |
Bleh Bleh | |
Meh | |
Huh | |
Works in FF and Chrome atleast, havent tried anywhere else | |
*/ | |
}).toString().split('\n').slice(2,-2).join('\n').trim(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment