American Young Coder (AYC)
« All Events
Homework: Find union set of two arrays
For example:
array1 = [1,2,3]
array2 = [2,3,4]
The union set of array1 and array2 should be [1,2,3,4]