In these chapters we build an analog clock using HTML Canvas.
Part V - Start the Clock
To start the clock, call the drawClock function at intervals:
Example Explained
The only thing you have to do (to start the clock) is to call the drawClock function at intervals.
Substitute:
The interval is in milliseconds. drawClock will be called for each 1000 milliseconds