Implement `quickSort(arr)` returning the array sorted ascending using quicksort.
Run your code to see results.