Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created July 17, 2011 23:31
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 aaronpowell/1088239 to your computer and use it in GitHub Desktop.
Save aaronpowell/1088239 to your computer and use it in GitHub Desktop.
Q2 - Does it run?
doStuff();
var stuff = 24;
function doStuff() {
stuff = 42;
};
console.log(stuff);
name: Does it run?
description: Will the following code execute?
authors:
- Aaron Powell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment