Hello Babel!

Run

// transpiled in /public/main.js const reduceArrow = function (arr = [1, 2, 3]) { return arr.reduce((acc, val) => acc + val, 0) } reduceArrow()

=>

Commands availables:

For more info see package.json