Hi guys,
quick question about clearInterval() -
How come that after clearing an interval created with setInterval, the intervalID still persists?
If i trace intervalID after clearInterval has been called, it still returns the id :-/
In a class im writing , i'm executing some code depending on...