Created
April 7, 2017 17:35
-
-
Save skatenerd/9ad3273a1ef03ac84e93cf5d823f8ddf to your computer and use it in GitHub Desktop.
bad
This file contains hidden or 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
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