function sum() { return arguments.reduce((total, num) => total + num, 0); }