Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chepe263/72728718050cc01fad7125df7532fe87 to your computer and use it in GitHub Desktop.
Save chepe263/72728718050cc01fad7125df7532fe87 to your computer and use it in GitHub Desktop.
_.chunk("0123456789012345678901".split(''), 2).map( o => {return o.join('')}).join('-')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment