JS Longueur du tableau le plus long du tableau 2D
Math.max(...arr.map((e) => e.length));
skull_is_dull
Math.max(...arr.map((e) => e.length));