Skip to content

Instantly share code, notes, and snippets.

@jugglinmike
Created March 12, 2012 14:17
Show Gist options
  • Save jugglinmike/2022188 to your computer and use it in GitHub Desktop.
Save jugglinmike/2022188 to your computer and use it in GitHub Desktop.
Do Scope
​do {
var m = 23;
}
console.log( typeof m );​ // ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment