how to sort in asc in nested array object based on condition using javascript
I have array of object in which i need to sort based on condition using javascript. I need to sort the others list based on tariffId but in the order 7201, 7202, 7203, 7205, 7204 means always 7204 is the…