Длина JS с самого длинного массива в 2D массиве
Math.max(...arr.map((e) => e.length));
skull_is_dull
Math.max(...arr.map((e) => e.length));