JS Observer Pattern
/*I had to learn NodeJS, because our team is using it and I need to be able to jump and fix stuff when stuff happens. So, one of main things NodeJS did to JS was introduction of events. I was looking at some videos explaining how those events work and I’ve realised, it is a bastardised…