Skip to content

Instantly share code, notes, and snippets.

@sebbdk
Created November 11, 2012 00:54
Show Gist options
  • Select an option

  • Save sebbdk/4053194 to your computer and use it in GitHub Desktop.

Select an option

Save sebbdk/4053194 to your computer and use it in GitHub Desktop.
test = "hello";
function testSomething() {
var test = "world"
}
testSomething();
console.log(test);//returns "hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment