For example, given two arrays (numbers/alpha-numeric elements):
const a1 = [1, 2, 3, 4, 5]; const a2 = [1, 3, 5, 7, 9];
I want to get somethi