Skip to content

Instantly share code, notes, and snippets.

@skatenerd
Created April 7, 2017 17:35
Show Gist options
  • Save skatenerd/9ad3273a1ef03ac84e93cf5d823f8ddf to your computer and use it in GitHub Desktop.
Save skatenerd/9ad3273a1ef03ac84e93cf5d823f8ddf to your computer and use it in GitHub Desktop.
bad
bad = ->
l = []
for blob in blobs
l.push(blob)
go()
go = ->
blob = l.pop()
$.get('www.google.com/' + blob).success ->
cosole.log("I just requested to: " + blob)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment