Hacker News new | ask | show | jobs
by bshimmin 4106 days ago
There's a 1 second delay when it starts...

  function start()
  {
    if (modus=="running") return;
    interval=setInterval(step,1000);
    ...
I feel like I'm missing something here.