showing results for - "javascript index of min value in array"
Oscar
01 Aug 2017
1arr = [11, 10, 10];
2var index = arr.indexOf(Math.max(...arr));