* `$.grep` can be replaced by `Array.prototype.filter` * `$.isArray` can be replace by `Array.isArray` * `$.isFunction` can be replaced by `typeof f === 'function'`