JS Länge des längsten Arrays in 2D -Array
Math.max(...arr.map((e) => e.length));
skull_is_dull
Math.max(...arr.map((e) => e.length));