【解決済み】配列の最大値を再帰で求めようとしたけどダメだった - Qiita

function maximum(x) { console.log('-----------------------'); console.log(x); var x1 = x[0]; x.spli…