Ruby - Arrays
Given two arrays, how do you combine them into one array without duplicates?
a = [1, 2, 3] b = [3, 4, 5]
a = [1, 2, 3] b = [3, 4, 5]
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions