Ad
  • Custom User Avatar

    Your code does not throw an error / exception when any of the given inner array of the 2-dimensional array is not of length 2. One of such cases being:

    [
    1, 2, 3, 4,
    5, 6, 7
    ]