Created
August 1, 2017 23:34
-
-
Save molayodecker/0a7fd044f0c3903db3f0af4728b853ce to your computer and use it in GitHub Desktop.
Scope3
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 name = "Elon"; | |
function musk(name){ | |
console.log("Hello " + name); | |
} | |
musk("Elon Musk"); // Hello Elon Musk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment