Skip to content

Instantly share code, notes, and snippets.

@Solomko2
Created July 20, 2016 11:34
Show Gist options
  • Select an option

  • Save Solomko2/289320d2cb50acebcf791658ae93e810 to your computer and use it in GitHub Desktop.

Select an option

Save Solomko2/289320d2cb50acebcf791658ae93e810 to your computer and use it in GitHub Desktop.
var $string = $string.charAt(0).toUpperCase() + $string.slice(1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment