Ad
  • Custom User Avatar

    Not a kata issue, the code you think is the right one does a different thing to what the kata asks:

    It should remove all values from list a, which are present in list b keeping their order.

    If a is empty, your code returns b.