Skip to content

Instantly share code, notes, and snippets.

@adamcameron
Created October 23, 2013 14:15
Show Gist options
  • Save adamcameron/7119600 to your computer and use it in GitHub Desktop.
Save adamcameron/7119600 to your computer and use it in GitHub Desktop.
Pseudocode for VARing question
function f(){
var foo = "bar";
// 20-odd lines of code
for (){
var variableOnlyUsedInLoop = "something";
// etc
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment