Skip to content

Instantly share code, notes, and snippets.

@Nephos
Created March 6, 2018 15:04
Show Gist options
  • Save Nephos/e7ad57cd10c7c19d6b43afd40a731a03 to your computer and use it in GitHub Desktop.
Save Nephos/e7ad57cd10c7c19d6b43afd40a731a03 to your computer and use it in GitHub Desktop.
Fix your shit nodemotherfuckingjs
> 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