Window JavaScript Tutorial

Syntax

window.clearInterval(interval)
The clearInterval() method clears the interval passed to the method.
The interval has to be previously defined using the setInterval() method.


    
      Using window.clearInterval()