Skip to content

Instantly share code, notes, and snippets.

@lenoraporter
Last active April 9, 2020 03:08
Show Gist options
  • Save lenoraporter/28cf886051e3866035c2f6e21fe63f26 to your computer and use it in GitHub Desktop.
Save lenoraporter/28cf886051e3866035c2f6e21fe63f26 to your computer and use it in GitHub Desktop.
Let can be updated but not redeclared
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