Compare two arrays and find items that are missing in second array

I have 2 arrays that they are identical at first but the user may remove (not able to add but just remove) items from the second array. I want to find items that are in the first array but not in the second one.
How can I do it?

  Discussion posts and replies are publicly visible