Created
August 1, 2017 23:45
-
-
Save molayodecker/1d7e01ed8e885495e11d9e5311dab2b2 to your computer and use it in GitHub Desktop.
Scopes5
This file contains 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 name = "Arthur"; | |
function(){ | |
if(name === "Arthur"){ | |
var fullName = "Arthur Decker"; | |
} | |
} | |
console.log(fullName); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment