Search
In the exercise given below, modify the function calculateSum to accept any number of arguments, and return the sum of all the arguments instead of just the first two arguments.
calculateSum
Use the reduce method to find the sum of the array of arguments.
reduce