js401-reading

Event Driven Applications

emitting events

events.on('delete', (data)=>{
  // stuff
});

additional resources