Is there any function in JS similar to array_search() of PHP which returns the key that contains the particular value, passed as argument. Or I need to make it myself?
array_search() in Javascript?
Collapse
X
Comment