Write a function named diffArrays
that receives 2 Arrays of numbers as parameters.
The function should return a new Array, that contains all numbers from the first array that are not in the second one, and all numbers from the second array that are not in the first one.
numbers1
=numbers2
=