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/0a7fd044f0c3903db3f0af4728b853ce to your computer and use it in GitHub Desktop.
Save molayodecker/0a7fd044f0c3903db3f0af4728b853ce to your computer and use it in GitHub Desktop.
Scope3
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