+ 1
setInterval does not stop
After alert I thought I stop the progđ€ https://code.sololearn.com/WwQW69WB60cA/?ref=app
1 Answer
+ 3
You can't clear the interval because the myVar variable used for the interval isn't declared anywhere. Using 'use strict' at the beginning of your code will help you finding undeclared variables.