Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 17, 2020 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/7c25a32a75913e18f4c2f63c99436df7 to your computer and use it in GitHub Desktop.
Save parzibyte/7c25a32a75913e18f4c2f63c99436df7 to your computer and use it in GitHub Desktop.
const primeraLetraMayuscula = (cadena) => cadena.charAt(0).toUpperCase().concat(cadena.substring(1, cadena.length));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment