Last active
April 9, 2020 03:08
-
-
Save lenoraporter/28cf886051e3866035c2f6e21fe63f26 to your computer and use it in GitHub Desktop.
Let can be updated but not 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
let ciara = "My husband is Russell Wilson."; | |
let ciara = "I'm in love with Future." //Uncaught SyntaxError: Identifier 'ciara' has already been declared |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment