Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created February 4, 2014 00:29
Show Gist options
  • Save amadeus/8795313 to your computer and use it in GitHub Desktop.
Save amadeus/8795313 to your computer and use it in GitHub Desktop.
for (var key = 0, value; value = someArray[key++];) {
// value is already defined by for loop
console.log('index: ' + key, 'value: ' + value);
}
@geetarista
Copy link

ARR!

arr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment