Event Loop #Node.js Quick Notes.
Remember below things first before starting understanding Event Loops.
The Node.Js JavaScript Code Runs On A Single Thread.
Node.Js Call Stack Is A LIFO (Last In, First Out) Stack.
When browser loop through events, it gives priority to callstack an...
ajaybaraiya6.hashnode.dev1 min read