Skip to content

Instantly share code, notes, and snippets.

@SBub
Created July 10, 2018 07:47
Show Gist options
  • Select an option

  • Save SBub/0b7331e8ded9a6dbb26271e238897018 to your computer and use it in GitHub Desktop.

Select an option

Save SBub/0b7331e8ded9a6dbb26271e238897018 to your computer and use it in GitHub Desktop.
var upperFirst = formatter( function formatting(v){
return v[0].toUpperCase() + v.substr( 1 ).toLowerCase();
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment