I’m building a Node.js app with Connect/Express.js and I want to intercept the res.render(view, option) function to run some code before forwarding it on to the original render function. It looks like a contrived example, but it does fit in an overall framework I’m building. My knowledge of OOP and Prototypal inheritance on JavaScript is a bit weak. How would