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
Krinskumar Vaghasia -
Asjad Ahmed Khan -
Super Kai (Kazuya Ito) -
AWS 3arabi -
Top comments (0)