trier un tableau par longueur de caractères en js
arr.sort((a, b) => a.length - b.length)
Delightful Dove
arr.sort((a, b) => a.length - b.length)