Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 3, 2018 17:48
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/8e1506eec4c1006db7b39daa4d27a72f to your computer and use it in GitHub Desktop.
Save parzibyte/8e1506eec4c1006db7b39daa4d27a72f to your computer and use it in GitHub Desktop.
var cadena = "Hola, mundo";
var primerCaracter = cadena.charAt(0);
// primerCaracter es H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment