Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumNodeJScustom EventEmitter classesSingle-choice MCQ

The meta-event 'newListener' is emitted relative to the listener being added at what point?

ee.on('newListener', (event, listener) => { /* ... */ }); ee.on('foo', handler);