What are the events generated by the Node objects called?
What are the events generated by the Node objects called? Correct Answer emitters
There are two classes of events one is called event listener and the other is called event emitter. Node objects that generate events (known as event emitters) define an on() method for registering handlers.
