Skip to content

Instantly share code, notes, and snippets.

@mdmartinez
Created November 5, 2015 14:17
Show Gist options
  • Select an option

  • Save mdmartinez/985679055a06d78def1a to your computer and use it in GitHub Desktop.

Select an option

Save mdmartinez/985679055a06d78def1a to your computer and use it in GitHub Desktop.
var bar = "Baz";
foo(); // => Hello Baz
function foo() {
console.log("Hello " + bar);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment