const result1 = _.intersectionBy([2.8, 1.2], [2.3, 3.4], Math.floor); console.log(result1);
Example Demo
0 Comments