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