/ Published in: JavaScript

dont use setInterval!!!
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
(function loopFunction(){ doSomething(); setTimeout(loopFunction, 100); })();
Comments
