A
2. В самой таблице сперва заходим в "инструменты" - "редактор скриптов"
3. И должен быть)
Size: a a a
A
MF
λ
MF
λ
A
MF
A
λ
VP
λ
VP
G
EN

function maxForYuriy(array) {
return array.map(row => Math.max(...row.map(x => typeof x == 'string' ? '' : x)));
}YK
G

function maxForYuriy(array) {
return array.map(row => Math.max(...row.map(x => typeof x == 'string' ? '' : x)));
}EN
G
G

function maxForYuriy(array) {
return array.map(row => Math.max(...row.map(x => typeof x == 'string' ? '' : x)));
}