ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = union = (a, b) => Array.from(new Set([...a, ...b]));
|
||||
const union = (a, b) => Array.from(new Set([...a, ...b]));
|
||||
module.exports = union
|
||||
Reference in New Issue
Block a user