Event Handler in NodeJs
Why do we need event handlers in NodeJs ?
An event handler is a callback function that gets executed in response to a specific event. In NodeJs events are triggered by different parts of the runtime such as the event loop and built-in modules
Code
To...
dhanushnehru.hashnode.dev2 min read