Implement `mergeSort(arr)` returning the array sorted ascending using the merge sort algorithm.
Run your code to see results.