delete defined timeout timer
let InternalNumber=window.setTimeout(function,timer in milliseconds)
// ...
window.clearTimeout(InternalNumber);