Ad
  • Custom User Avatar

    sort sorts the array in-place and does not return anything. So, you would have to store the array in a variable before applying sort, and finally remember to return the sorted array.