Assignment012d
JavaScript Window Object - setInterval
As you know, JavaScript comes prebuilt with several objects for you to use. Let's use an additonal method for the window object. Let's play with window.setInterval().Unlike window.setTimeout, window.setInterval keeps running the action code over and over again at a set number of milliseconds (1000 miliseconds = 1) second.