DEV Community

[Comment from a deleted post]
Collapse
 
dillondizagoeda profile image
Dillon Goeda

[3.2] With findIndex() method

Mistake :
You declared a fruit array but you get the index from an undefined numbers array.

Collapse
 
ip127001 profile image
Rohit Kumawat

Thanks for reading the article and pointing out the mistake.