Skip to content

Instantly share code, notes, and snippets.

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