How JavaScript Timers Work - 1 views
-
Tomáš Čejka on 11 Jan 10At a fundamental level it's important to understand how JavaScript timers work. Often times they behave unintuitively because of the single thread which they are in. Let's start by examining the three functions to which we have access that can construct and manipulate timers.