Ad
  • Custom User Avatar

    Your solution is mutating the input array and as a consequence, the tests are misbehaving. It is indeed a kata issue because the tests should not be vulnerable to this, but at the same time your solution is not exactly correct:

    This function takes the array line as a parameter and returns a new array with the tile values from line slid towards the front of the array (index 0) and merged.