I have a list of contacts from two arrays. Some of the elements maybe the same, but I need to know which array has unique values and keep those unique values in that array. In other words, I want to track the unique values from which array they came from. This is my spaghetti code that I have so far:I have a list of contacts from two arrays. Some