Skip to content

Instantly share code, notes, and snippets.

@lenoraporter
Created April 9, 2020 05:43
Show Gist options
  • Save lenoraporter/21999e4df7d1fc18255160441c60f5ed to your computer and use it in GitHub Desktop.
Save lenoraporter/21999e4df7d1fc18255160441c60f5ed to your computer and use it in GitHub Desktop.
Const can't be redeclared
const meganOnStage = "Hi, I'm Megan Thee Stallion."
const meganOnStage = "Hi, I'm Meg." // Uncaught SyntaxError: Identifier 'meganOnStage' has already been declared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment