Javascript – NODEJS :Event Emitter code executed before Top level code
I just started exploring Node JS event-driven architecture and event loop, What I understand is that Event emitters enter into the Event Loop which should be asynchronous but when I execute below I see event emitters are logged first and…