If I don\'t know the return value of setInterval() or setTimeOut(), can I still use clearInterveral(id) or clearTimeOut(id)
setInterval()
setTimeOut()
clearInterveral(id)
clearTimeOut(id)
As far as I know, this is not possible without the original id, so storing that, maybe in an array would be a good idea