Skip to content

Instantly share code, notes, and snippets.

@joneath
Created January 28, 2012 05:08
Show Gist options
  • Save joneath/1692756 to your computer and use it in GitHub Desktop.
Save joneath/1692756 to your computer and use it in GitHub Desktop.
for (var i = 0; i < collection.length; i++) {
var record = collection[i];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment