Metodo para objeto donde el segundo le pasa un carryso sera un обратный метод

// This works!
var turkey = Array.prototype.filter.call(sandwiches, function (sandwich) {
	return sandwich.matches('.turkey');
});
Pocho