You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-blocking event loop: JavaScript runs in a single thread. For non-blocking behaviour, it uses an event loop, i.e. it takes long running tasks, executes them in the "background", and puts them back in the main thread once finished.
0 commit comments