Ad
  • Default User Avatar

    Cannot pass one of the substraction tests;
    a:[4, 6, 8] b:[3, 4, 5 ]
    Expected:[-2,-2,-2]
    But it should be [1, 2, 3]
    I am missing something?

  • Default User Avatar

    Test case works okay but when i try to submit it with the same values from test case which is {"13":1} i get undefined.