Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created February 24, 2015 01:44
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 debugmodedotnet/54ec9f06a1ed0fce1470 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/54ec9f06a1ed0fce1470 to your computer and use it in GitHub Desktop.
function Foo()
{
var myVar = 'doo';
console.log(myVar);
}
Foo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment