Love the language, hate the popularity of anonymous functions and non-descriptive variable names.
My production code as a sample. http://designbymobi.us/wp-content/uploads/2020/02/rabbitmq-c...
function someName(p1, p2) {}
and then when you need it for something, like a handler, just say:
handler: someName
Obviously wrong. My mistake.
function someName(p1, p2) {}
and then when you need it for something, like a handler, just say:
handler: someName