Ad
  • Default User Avatar

    can someone explain what this condition expression does/means?
    n !== ~~n

  • Default User Avatar

    still very new at this, but i think that reply is wrong. i think what's happening is that every time "val < 0", it just executes "val = 0" and resets accumulator to 0...not 100% sure how that works tbh. for test case [-1,2,3,4,-5] it returns 0. if that reply is correct then it should have returned 4.