module.exports = (...arr) => [...arr].reduce((acc, val) => acc + val, 0);