Custom EventEmitter Lab

Medium
10
30.8% Acceptance

In this lab, you will create a custom EventEmitter class to help you better understand how event-driven systems work in JavaScript. You'll build a simple class that mimics the basic functionality of the default event emitter implementation in the 'events' module in Node.js.