Sep 7, 2018 · 1 min read
It’s so easy to confuse the 1000 ms. Not only there may be other functions in callback queue, but also the Call Stack may have other operations below the position of calling myCallback() method.
It’s so easy to confuse the 1000 ms. Not only there may be other functions in callback queue, but also the Call Stack may have other operations below the position of calling myCallback() method.