Skip to content

Instantly share code, notes, and snippets.

@Ezku
Forked from ccapndave/gist:1411510
Created November 30, 2011 22:51
Show Gist options
  • Save Ezku/1411585 to your computer and use it in GitHub Desktop.
Save Ezku/1411585 to your computer and use it in GitHub Desktop.
Loop timer
callback = (n) -> (-> console.log "Hello from #{n}")
for n in [0..10]
setTimeout (callback n), n * 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment