This example demonstrates the JavaScript timers used in p307.html.The first button starts a timer that updates 'count' once per second. The second button stops the timer.
Count: {{ count }}
Try the following