Skip to content

Instantly share code, notes, and snippets.

@lenoraporter
Last active April 9, 2020 03:08
Show Gist options
  • Save lenoraporter/8a78c26ac739848130433d3bc5929e17 to your computer and use it in GitHub Desktop.
Save lenoraporter/8a78c26ac739848130433d3bc5929e17 to your computer and use it in GitHub Desktop.
Var can be redeclared and redefined :: Part 2
var beyonce = "Hi, I'm Beyonce Knowles.";
beyonce = "Hi, I'm Beyonce Carter.";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment