Skip to content

Instantly share code, notes, and snippets.

@ipassynk
Created August 26, 2016 05:36
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/9e840090a00349c90038bdcf99b4c800 to your computer and use it in GitHub Desktop.
Save ipassynk/9e840090a00349c90038bdcf99b4c800 to your computer and use it in GitHub Desktop.
let x= "Anna Vadim Julia";
let res = _.compose(_.join(''),_.map(x=>x.charAt(0)),_.split(' '))(x);
console.log(res);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment