Implement the find_common function. When passed two arrays of names, it will return an array containing the names that appear in either or both arrays. The returned array should have no duplicates.Implement the find_common function. When passed
Implement the find_common function. When passed two arrays of names, it will return an array containing the names that appear in either or both arrays. The returned array should have no duplicates.Implement the find_common function. When passed