标签: javascript
我正在尝试做类似这样的事情但它一直返回-1,即使它应该返回一个索引:
let f = this.events.findIndex(e => e.endTime == this.dataService.yearlyTimeSlots[i].From);
我做错了吗?