I see so often people use regular functions for their middleware functions in the Express servers. Is there a reason for no arrow functions?
Is it because of hoisting reasons, because I've seen other posts on this but they don't break the middleware out to its own function
Tired both of them, and saw no issue really