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...
Sep 5, 20221 min read10