Last active
April 9, 2020 05:48
-
-
Save lenoraporter/2fc69b5d77de953556f1a0c57acc10d5 to your computer and use it in GitHub Desktop.
Const cannot be updated
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." | |
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