Tag Archives: function binding

Method & Function Binding in Prototype Javascript

Over the past few days, I’ve been asked by several colleagues about Prototype’s bind() method; what exactly it does and when it should be used. In short, method binding in prototype allows you control the object that the keyword this … Continue reading

Posted in Development | Tagged , , , | View Comments