[{{Score 1}}, {{Score 2}}, {{Score 3}}].reduce((max, curr) => { if(curr > max) return curr return max }, 0)