Write a function mergeAndSum that takes any number of arrays (rest param), flattens them (spread) and returns the sum of all numbers.
Click Run to test your code