let filterArray1 = result.filter(obj => obj.fieldName === true)
let filterArray2 = result.filter(obj => obj.fieldName != true)
const sortedResult = filterArray1.concat(filterArray2)
let filterArray1 = result.filter(obj => obj.fieldName === true)
let filterArray2 = result.filter(obj => obj.fieldName != true)
const sortedResult = filterArray1.concat(filterArray2)
For further actions, you may consider blocking this person and/or reporting abuse
Luke Harold Miles -
Abel Emmanuel -
pack movies -
Koti Vellanki -
Top comments (0)