Skip to content

Instantly share code, notes, and snippets.

@broofa
Created November 14, 2010 12:47
Show Gist options
  • Save broofa/676139 to your computer and use it in GitHub Desktop.
Save broofa/676139 to your computer and use it in GitHub Desktop.
(function () {
var a, b, c;
function d() {}
// Is there an object, "???" that will let us enumerate thru
// the locals, "a", "b", "c", and "d"?
for (var k in ???) {
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment