javascript sorting string string от len


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