WTF is an event loop in Javascript
You probably already know that JavaScript is a single-threaded language as you read this blog. However, JavaScript can carry out asynchronous actions that may appear to be occurring in parallel. JavaScript accomplishes this with the assistance of som...
blog.sathwikreddygv.com2 min read