Underscore.js _.bound() Method
The _.bound() method returns function which is a property of an object by name, bound to the object made. Syntax: _.bound( obj, function); Parameters:Â obj: The object in which the function is defined.function: A function defined containing the returning logic. Return Value: This method returns a fu