Skip to content Skip to sidebar Skip to footer
Showing posts with the label Eventemitter

Accessing An Object's Parent (or Instance?) Given A Sub-object

I have an object variable a, which has an array associated with it, b. I am passing b to a functio… Read more Accessing An Object's Parent (or Instance?) Given A Sub-object

Node Event Emitter In Other Modules

I have 3 different javascript files, the smallest one is emitting an event, meanwhile the second (b… Read more Node Event Emitter In Other Modules