Vijaya Shreevijayashree.hashnode.dev·Mar 14, 2024Event loop in JavaScriptCall back function : A function when called sometime later is known as a call back function. Using call back functions we can run asynchronous operations. Browser APIs: Browser has many super powers/APIs which provide to us, like timer, local storage...81 readsEvent Loop
Jayesh Chauhanofficialjitandrachauhan.hashnode.dev·Mar 23, 2023Phases of Event loop of Node jsThe Node.js event loop has several phases that it goes through to manage asynchronous operations. The five main phases of the Node.js event loop are: Poll: In this phase, Node.js will check for new I/O events and execute any callbacks that are waiti...28 readsphases of event loop of node js