sdras/array-explorer

indexOf: fromIndex

Ouverte

#81 ouverte le 11 déc. 2018

 (2 commentaires) (0 réaction) (0 personne assignée)JavaScript (236 forks)github user discovery
good first issueopen to PR

Métriques du dépôt

Stars
 (2 609 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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?

Guide contributeur