Skip to content

Instantly share code, notes, and snippets.

@missingdays
Created October 12, 2015 19:15
Show Gist options
  • Save missingdays/3088644840382f6e2ebe to your computer and use it in GitHub Desktop.
Save missingdays/3088644840382f6e2ebe to your computer and use it in GitHub Desktop.
function a(j){
console.log(j);
}
for(var i = 0; i < 5; i++){
a(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment