Skip to content

Create rules for $.grep, $.isArray, $.isFunction #19

Closed
@edg2s

Description

@edg2s
  • $.grep can be replaced by Array.prototype.filter
  • $.isArray can be replace by Array.isArray
  • $.isFunction can be replaced by typeof f === 'function'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions