javascript sort array by length code example Example: javascript sorting array string by len array.sort(function(a, b){return b.length - a.length});