Event-loop, callstack and async JS
Thread in JS
Thread in computer science is the execution of running multiple tasks or programs at the same time. Each unit capable of executing code is called a thread.
The main thread is the one used by the browser to handle user events, render and ...
shrey027.hashnode.dev9 min read