Something that has always bugged me is how unpredictable the setTimeout() method in Javascript is.
setTimeout()
In my experience, the timer is horribly inaccurate in
To my experience it is lost effort, even as the smallest reasonable amount of time I ever recognized js act in is around 32-33 ms. ...