Skip to content

Instantly share code, notes, and snippets.

@DusteDdk
Created November 7, 2021 12:13
Show Gist options
  • Save DusteDdk/85fe99488fc200e3372d9d7f59a929bf to your computer and use it in GitHub Desktop.
Save DusteDdk/85fe99488fc200e3372d9d7f59a929bf to your computer and use it in GitHub Desktop.
// Make a key for matching A to B and B to A.
function getKey(...items) {
return items.sort().join('_');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment