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/f9e3bf819eca0527794478e3fc307621 to your computer and use it in GitHub Desktop.
Save molayodecker/f9e3bf819eca0527794478e3fc307621 to your computer and use it in GitHub Desktop.
var name = "Elon";
function musk(){
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