Skip to content

Instantly share code, notes, and snippets.

@lenoraporter
Last active April 9, 2020 05:25
Show Gist options
  • Save lenoraporter/4204029af2710a5ed1361bce932443d4 to your computer and use it in GitHub Desktop.
Save lenoraporter/4204029af2710a5ed1361bce932443d4 to your computer and use it in GitHub Desktop.
Let can be updated in same scope
let ciara = "I'm engaged to Future.";
ciara = "My husband is Russell Wilson."
console.log(ciara); // My husband is Russell Wilson.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment