arr-diff icon indicating copy to clipboard operation
arr-diff copied to clipboard

Returns an array with only the unique values from all given arrays using strict equality for comparisons.

Results 5 arr-diff issues
Sort by recently updated
recently updated
newest added

There are many things I would like to change: - https://github.com/jonschlinkert/arr-diff/blob/ea84b7d68a26c29bd9c8715879f6714a0986752f/benchmark/code/filter.js#L3 Uses `function` instead of arrow function - https://github.com/jonschlinkert/arr-diff/blob/ea84b7d68a26c29bd9c8715879f6714a0986752f/benchmark/code/filter.js#L3 Uses `arrays` for a parameter, but is actually used like `const...

- introduced 'Check Is Array' in the module.exports section to make sure that we receive an array - using pre built 'Array.forEach' to iterate over the first array - using...

I was thinking maybe it could be possible to use `Set` instead to do the same thing... A benchmark for it maybe? ```js var a = ['a', 'b', 'c', 'd'];...

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing

The first parameter should be judged