Skip to content

Instantly share code, notes, and snippets.

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