Hi so I have made a setInterval
and as many before me I don't seem to be able to stop it.
I looked at the great internet and I found my solution - I thought - through clearInterval
and a timer variable to make sure to stop the interval.
However I still don't seem to be able to stop my setInterval
.
Anyhow, any help is appreciated and here is my JsFiddle