arr.sort(function (a, b) { if (a.far < b.far) { return -1; } else if (a.far == b.far) { return 0; } else { return 1; } });