Skip to content

Instantly share code, notes, and snippets.

@hachibu
Created March 10, 2020 20:23
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 hachibu/80e23e81cf9a4fb6f7cc46b76ec95c36 to your computer and use it in GitHub Desktop.
Save hachibu/80e23e81cf9a4fb6f7cc46b76ec95c36 to your computer and use it in GitHub Desktop.
var _ = require('lodash');
function zfc(strings, ...values) {
return _(strings).zip(values).flatten().join('');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment