Can you spot the issue in this script?

We never use the return value of sum()sum() can't take 2 argumentsWe never call sum()

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.