Can you spot the issue in this script?
sum()sum() can't take 2 argumentssum()Excellent! Because the function returns a value that we never use, the script won't display anything.
Yikes! Because the function returns a value that we never use, the script won't display anything.