Skip to content

Instantly share code, notes, and snippets.

@mytholog
Created June 14, 2016 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mytholog/d691453d44b39df47cb8330ce12e3d09 to your computer and use it in GitHub Desktop.
Save mytholog/d691453d44b39df47cb8330ce12e3d09 to your computer and use it in GitHub Desktop.
arr1
.filter(function (x) { return arr2.indexOf(x) === -1;})
.concat(arr2.filter(function (x) {return arr1.indexOf(x) === -1;}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment