Created
July 10, 2018 07:47
-
-
Save SBub/0b7331e8ded9a6dbb26271e238897018 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
| 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