function startup() {
setInterval(â€pinger(’live’,0)â€,10000);
setInterval(â€pinger(’standby’,1)â€,10000);
...
JavaScript Javascript threading
by Dan Simard,
December 06, 2007 14:06,
-33 refactorings
Date.prototype.getYesterday = function(){
return d.setDate(d.getDate()-1);
}
...
JavaScript On Go Back To Yesterday
by Dan Simard,
October 01, 2007 11:28
I simplified things a littl...

This submission is from a q...