Last active
April 9, 2020 03:08
-
-
Save lenoraporter/8a78c26ac739848130433d3bc5929e17 to your computer and use it in GitHub Desktop.
Var can be redeclared and redefined :: Part 2
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
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