Skip to content

Instantly share code, notes, and snippets.

@Dafrok
Created May 4, 2017 07:22
Show Gist options
  • Select an option

  • Save Dafrok/f797cf68f5f5d7147baa0d3e213d0f85 to your computer and use it in GitHub Desktop.

Select an option

Save Dafrok/f797cf68f5f5d7147baa0d3e213d0f85 to your computer and use it in GitHub Desktop.
export default (str, ...val) => console.log(str.reduce((a, b, i) => `${a}${b}${val[i] || ''}`, ''))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment