DEV Community

Discussion on: Understanding Javascript Array Series XII - Array Loops & Iteration Part IX

Collapse
 
akintoluvic profile image
Vick Greenfields

Well done, in summary, arr.find() finds a described value while arr.findIndex() finds the index of such a value

Collapse
 
nedyudombat profile image
Nedy Udombat

Yes @akintulovic.