Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created August 15, 2014 13:30
Show Gist options
  • Save tanshio/775af1cb74f025041c8a to your computer and use it in GitHub Desktop.
Save tanshio/775af1cb74f025041c8a to your computer and use it in GitHub Desktop.
配列.js
for (var i = 0, item; item = 配列[i++];) {
// item について何かする
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment