Created
March 6, 2018 15:04
-
-
Save Nephos/e7ad57cd10c7c19d6b43afd40a731a03 to your computer and use it in GitHub Desktop.
Fix your shit nodemotherfuckingjs
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
> const a = stuff | |
SyntaxError: Identifier 'a' has already been declared | |
> a | |
ReferenceError: a is not defined | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment