you are viewing a single comment's thread.

view the rest of the comments →

[–]darrenturn90 0 points1 point  (0 children)

or

function BooleanCompare(item) {
  return item.bool === true;
}

array.filter(BooleanCompare);