Skip to content

Instantly share code, notes, and snippets.

@worc
Last active January 31, 2020 18:23
Show Gist options
  • Save worc/6ff99025b63ec82ce689b257e6b7a8da to your computer and use it in GitHub Desktop.
Save worc/6ff99025b63ec82ce689b257e6b7a8da to your computer and use it in GitHub Desktop.
const numeronym = word => word.length > 1 ? `${word[0]}${word.length-2}${word[word.length-1]}` : `${word}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment