Assignment012e
JavaScript Window Object - setInterval / setTimeout and clearInterval
Ok, let's play with both window.setTimeout and window.setInterval. We'll make a page where you get an annoying window.alert() every 5 seconds, but the alerts will end in 10 seconds. We'll clear the setInterval() with a clearInterval() method.