Skip to content

Instantly share code, notes, and snippets.

@defx
Last active January 3, 2020 11:15
Show Gist options
  • Save defx/f954d5b5fbef228efb7c3d76ec26ebc3 to your computer and use it in GitHub Desktop.
Save defx/f954d5b5fbef228efb7c3d76ec26ebc3 to your computer and use it in GitHub Desktop.
const idTag = (strings, ...values) =>
strings.reduce((a, s, i) => a + s + (values[i] || ""), "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment