Skip to content

Instantly share code, notes, and snippets.

@gaishimo
Created July 22, 2013 04:32
Show Gist options
  • Save gaishimo/6051287 to your computer and use it in GitHub Desktop.
Save gaishimo/6051287 to your computer and use it in GitHub Desktop.
shiftを使ったループ
while (arr = arr.shift()) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment