Sometimes you need to wait a certain amount of time in your program before taking an action. You may also want to repeat an action after a certain length of time.
You can do this using a timeOut and an interval.
In this example tutorial, the element is replaced using getElementById.