sdras/array-explorer

indexOf: fromIndex

Open

#81 opened on Dec 11, 2018

 (2 comments) (0 reactions) (0 assignees)JavaScript (236 forks)github user discovery
good first issueopen to PR

Repository metrics

Stars
 (2,609 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I feel like indexOf's optional second parameter: fromIndex, is an unsung hero.

It has saved me many times from having to slice an array before calling indexOf.

Would you consider a PR with an example using fromIndex?

Contributor guide