Skip to content

Instantly share code, notes, and snippets.

@yeikos
Created February 5, 2013 11:17
Show Gist options
  • Save yeikos/4713814 to your computer and use it in GitHub Desktop.
Save yeikos/4713814 to your computer and use it in GitHub Desktop.
// Último elemento
var x = 'a,b,c,d';
x.split(',').pop(); // d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment