Ad
  • Default User Avatar

    Thank you so much!
    I missed that instruction. I coded the function by matching at least one value and not "exactly one" value as 1:1.
    Thanks again!

  • Default User Avatar

    I already spent too much time trying to figure this one out so I am reaching to another pair of eyes:
    Basic test # 9 is passing these 2 arrays:
    [ 2, 2, 3 ]
    [ 4, 9, 9 ]
    My code returns true but the test fails because:
    Expected: false, instead got: true

    Can someone help?