const union = (a, b) => Array.from(new Set([...a, ...b]));