JavaScript Menyortir String Array Oleh Len


array.sort(function(a, b){return b.length - a.length});
McBurd