Cadena de matriz de clasificación de JavaScript por Len


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