Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save molayodecker/1d7e01ed8e885495e11d9e5311dab2b2 to your computer and use it in GitHub Desktop.
Save molayodecker/1d7e01ed8e885495e11d9e5311dab2b2 to your computer and use it in GitHub Desktop.
Scopes5
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