Skip to content

Instantly share code, notes, and snippets.

@venelrene
Created May 7, 2020 16:56
Show Gist options
  • Save venelrene/46ddca834602305b727046640d01e85f to your computer and use it in GitHub Desktop.
Save venelrene/46ddca834602305b727046640d01e85f to your computer and use it in GitHub Desktop.
function abbrevName(name){
return name.match(/\b\w/g).join('.').toUpperCase();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment