The Events module in Node.js extends the ______ class to allow the creation of event emitter instances.

  • 'EventEmitter'
  • 'Emitter'
  • 'Event'
  • 'Listener'
The Events module in Node.js extends the 'EventEmitter' class to allow the creation of event emitter instances. This class provides the functionality for registering event listeners and emitting events.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *