Ad
  • Default User Avatar

    Hi, I am passing all the tests except this one:

    UnchangedArrayTest
    ✔ Test Passed: Value == '[2, 7, 4, 3, 9]'
    ✘ You should not modify the input array! - Expected: '[9, 2, 4, 7, 3]', instead got: '[2, 7, 4, 3, 9]'

    Not sure why is happening, seems like [2, 7, 4, 3, 9] is the right result that should be expected.

    Will appreciate your help!