Skip to content

Instantly share code, notes, and snippets.

var tweetRace = {};
// Array for tweets queue
tweetRace.tweets = [];
// Start the race with settings from tweets[]
tweetRace.start = _.throttle(function(){
$('th.first').text(tweets[0] + ' tweets');
$('th.second').text(tweets[1] + ' tweets');