function sum(a, b) { return a + b;}...
[[0, 1], [2, 3]].reduce( (acc, cur) => { return acc.concat(cur);...
console.log(3 + 4 + "5");