private asyncFilter = (arr, predicate) => {
return Promise.all(arr.map(predicate))
.then((results) => arr.filter((_v, index) => results[index]));
}
For further actions, you may consider blocking this person and/or reporting abuse
private asyncFilter = (arr, predicate) => {
return Promise.all(arr.map(predicate))
.then((results) => arr.filter((_v, index) => results[index]));
}
For further actions, you may consider blocking this person and/or reporting abuse
Joan Peramรกs Ceras -
Hamza Khan -
Bojan Jagetic -
Wafa Bergaoui -
Top comments (0)