Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@notlmn

notlmn/file.js Secret

Last active May 28, 2019 07:55
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 notlmn/fe7f722971dea345379850bd64516fd2 to your computer and use it in GitHub Desktop.
Save notlmn/fe7f722971dea345379850bd64516fd2 to your computer and use it in GitHub Desktop.
Gist to test white-space characters
const THE_REASON_THIS_IS_IN_JS = "To allow syntax highlighting";
if (window.EMPTY_SPACES_AT_EOL) {
destroyTheWorld({timeout: 0});
} else if (window.MIXED_INDENTATION) {
randomStatementYouShouldNotWorryAbout;
youShouldKillYourself({rightNow: true}); // Tab at the start of the line is collapsed
}
const str = 'Hello, World';
undefined = str;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment