Last active
April 9, 2020 05:25
-
-
Save lenoraporter/4204029af2710a5ed1361bce932443d4 to your computer and use it in GitHub Desktop.
Let can be updated in same scope
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
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