The global clearInterval() method clears a timer set with the setInterval() method.
clearInterval()
setInterval()
Optional
The ID of the timer you want to clear, as returned by setInterval().
https://developer.mozilla.org/docs/Web/API/clearInterval
Generated using TypeDoc
The global
clearInterval()
method clears a timer set with thesetInterval()
method.