Skip to content

Instantly share code, notes, and snippets.

@heanfig
Last active November 2, 2020 23:11
Show Gist options
  • Save heanfig/9c1b43691de7d489ebdf64b0654a0665 to your computer and use it in GitHub Desktop.
Save heanfig/9c1b43691de7d489ebdf64b0654a0665 to your computer and use it in GitHub Desktop.
Simetric difference 1
function sym(...args) {
console.log(args) // [[3, 3, 3, 2, 5], [2, 1, 5, 7], [3, 4, 6, 6]]
}
sym([3, 3, 3, 2, 5], [2, 1, 5, 7], [3, 4, 6, 6]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment