Write a function named mergeSortedArrays
that receives 2 parameters:
numbers1
numbers2
The function should return a new Array with all the elements from both Arrays sorted in ascending order.
PS: bonus points if you can do it in O(n) time complexity :)
numbers1
=numbers2
=