How do I use lodash to check every item in a collection except those that dont meet my condition?

前端 未结 0 1855
忘掉有多难
忘掉有多难 2020-12-11 05:47

let allChecked = _.every(this.collection, this.checked);

I have this existing code that returns true if every item in the collection has true for the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题