Skip to content

Instantly share code, notes, and snippets.

@lenoraporter
Last active April 9, 2020 05:48
Show Gist options
  • Save lenoraporter/2fc69b5d77de953556f1a0c57acc10d5 to your computer and use it in GitHub Desktop.
Save lenoraporter/2fc69b5d77de953556f1a0c57acc10d5 to your computer and use it in GitHub Desktop.
Const cannot be updated
const meganOnStage = "Hi, I'm Megan Thee Stallion."
meganOnStage = "Hi, I'm Meg." // Uncaught TypeError: Assignment to constant variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment