Skip to content

Instantly share code, notes, and snippets.

@ipassynk
Created August 21, 2016 17:48
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 ipassynk/ce4da254da638da4228f489aeba32523 to your computer and use it in GitHub Desktop.
Save ipassynk/ce4da254da638da4228f489aeba32523 to your computer and use it in GitHub Desktop.
let x = ['cat,dog', 'man,woman'];
let res = _.compose(_.flatMap(_.identity), _.split(','))(x);
console.log(res);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment