Created
April 9, 2020 05:43
-
-
Save lenoraporter/21999e4df7d1fc18255160441c60f5ed to your computer and use it in GitHub Desktop.
Const can't be redeclared
This file contains hidden or 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 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