Created
August 1, 2017 23:32
-
-
Save molayodecker/ac771ff29bd11d89afd3e37514538844 to your computer and use it in GitHub Desktop.
Scope2
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 icecream = "cookie & cream"; | |
function ice(){ | |
var icecream = "cookie & cream"; | |
console.log(icecream); | |
} | |
console.log(icecream); // cookie & cream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment