getindex of item in list javascript code example Example: how to get the index of an array in javascript search = (arr, item) => { return arr.indexOf(item); }