Skip to content

Instantly share code, notes, and snippets.

@antfu
Created August 25, 2016 07:39
Show Gist options
  • Save antfu/53671707ba251de5e655d1fb058cbd66 to your computer and use it in GitHub Desktop.
Save antfu/53671707ba251de5e655d1fb058cbd66 to your computer and use it in GitHub Desktop.
[JS] Array iteration
i = keys.length
while (i--) {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment