Write a function named ascendingSplit
that receives an Array of numbers as parameter.
The function should split this Array into as many sub-Arrays as necessary so that each sub-Array is sorted in ascending order.
NOTE: the order of the initial Array should be preserved.
numbers
=number
=