Event Loop in Javascript
To understand event loop better, let us start with the definition of javascript. Javascript is a single threaded, asynchronous, non-blocking, client-side scripting language.
Javascript is a single-thr
aksh27.hashnode.dev3 min read