Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Created October 27, 2016 15:17
Show Gist options
  • Save NetanelBasal/6338ed621610902c4f93eee3a8ed6d36 to your computer and use it in GitHub Desktop.
Save NetanelBasal/6338ed621610902c4f93eee3a8ed6d36 to your computer and use it in GitHub Desktop.
class EventEmitter {
constructor() {
this.events = {};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment