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