Ad
  • Custom User Avatar

    Hi!
    Do you can change in the test zone?
    return array.slice().sort(function(arr1, arr2)
    to
    return Array.from(array).slice().sort(function(arr1, arr2

    Fix issue to 'array.slice is not a function'