Great_Invoker
Results
1
issues of
Great_Invoker
const arr = [10, 21, 0, -7, 35, 7, 9, 23, 18]; function getIndex(arr) { let min = Infinity; arr.forEach((v) => { v > 0 && v < min &&...