- object
Object | ArrayThe object to bind the Empty methods to - Returns:
ObjectObject with instance methods
This function binds an object (or array) to the Empty instance and returns an object with its methods.
var array = [1, 2, 3];
var bound = __.bind(array);
bound.push(4);
bound.shift();Events: the same for set and unset
Events: …