[].reduce(function(previousValue, currentValue){ return Number(previousValue) + Number(currentValue); }, 0);