Left: `[1,2,3,4]` Right: `[1,2,4]` ### Expected outcome: - Missing element `2` from the array on the right side ### Actual outcome: - Both sides should be equal numbers [ed: element `2`] - Missing element `3` from the array on the right side