← Back to Phase 2: Intermediate

Event Emitter II

Phase 2: IntermediateModule 6: Advanced Utilities

Premium
Medium1.32k completed

Description

Implement a class that can subscribe to and emit events that trigger attached callback functions. Subscription objects are returned and can unsubscribe itself

Your Solution