Wei-Cheng Pan says to YSITD
let sum = 0; for (let i of [1, 2, 3]) { sum += i; }reduce([1, 2, 3], add);