Skip to content

find #4

@jalalazimi

Description

@jalalazimi

Description:
Returns the value of the first element in the array that satisfies the provided testing function. Otherwise undefined is returned.

Sample:

find([1, 2, 3, 4, 5], function (d) { return d < 3; });
// => [1, 2]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions