#
diff-two-arrays
Here is 1 public repository matching this topic...
Compare two arrays and return a new array with any items only found in one of the two given arrays, but not both. In other words, return the symmetric difference of the two arrays. Note: You can return the array with its elements in any order.
- Updated
Mar 20, 2023 - JavaScript
Improve this page
Add a description, image, and links to thediff-two-arrays topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thediff-two-arrays topic, visit your repo's landing page and select "manage topics."