Skip to content

Instantly share code, notes, and snippets.

@smathy
Created November 16, 2011 16:59
Show Gist options
  • Save smathy/1370643 to your computer and use it in GitHub Desktop.
Save smathy/1370643 to your computer and use it in GitHub Desktop.
## this
for j in arr
alert i for i in j
## or this
for j in arr
for i in j
alert i
## or this
alert i for i in j for j in arr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment