Skip to content

Instantly share code, notes, and snippets.

@boutell
Created September 2, 2014 23:38
Show Gist options
  • Save boutell/4f40ad7258b83ef1f11f to your computer and use it in GitHub Desktop.
Save boutell/4f40ad7258b83ef1f11f to your computer and use it in GitHub Desktop.
for(var i = begin; i <= end; i++) {
pushOne(i);
}
function pushOne(i) {
q.push({name: 'Artist: ' + i}, function (err) {
console.log('wla' + i)
whop.lookupArtist(i)
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment