Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

excluded(["a","b","c","d","e","e"],["a", "c","f","d"])

returns

["b","e","e"].

To be clear, if an element in the first array (array A) exists at all in the comparator array (array B), then it will not count as excluded:

...