Created
August 15, 2014 13:30
-
-
Save tanshio/775af1cb74f025041c8a to your computer and use it in GitHub Desktop.
配列.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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