Created
December 30, 2019 14:29
-
-
Save oskarrough/6a7fe3597d1bf0c66780e4e5b806e6fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// numeronym('internationalisation') | |
// returns 'i18n' | |
function numeronym(text) { | |
return text[0] + (text.length - 2) + text[text.length - 1] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://en.wikipedia.org/wiki/Numeronym