Direction: Choose the correct option
Q1.
What is the `events` module used for in Node.js?
Direction: Choose the correct option
Q2.
How do you create an event emitter instance?
Direction: Choose the correct option
Q3.
Which method is used to listen for an event?
Direction: Choose the correct option
Q4.
What does `emitter.emit('event', data)` do?
Direction: Choose the correct option
Q5.
How can you remove a specific listener?
