Get the duplicate items of two arrays
Examples:
let a = [1, 2, 3]; let b = [1]; let c = getDubs(a, b); console.log(c); // [1];
Generated using TypeDoc
Get the duplicate items of two arrays
Examples:
let a = [1, 2, 3]; let b = [1]; let c = getDubs(a, b); console.log(c); // [1];