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