Hshen
Results
2
comments of
Hshen
```javascript function getIndex(arr) { let index = null; const res = arr.reduce((obj, item, index) => { if (obj.value) { if (item > 0 && item < obj.value) { return {value:...
同意楼上说的