Skip to content

Instantly share code, notes, and snippets.

@sodevious
Created February 6, 2017 19:37
Show Gist options
  • Save sodevious/9f1d7467496cd3f5827bd2bc35538d37 to your computer and use it in GitHub Desktop.
Save sodevious/9f1d7467496cd3f5827bd2bc35538d37 to your computer and use it in GitHub Desktop.

Get all but last in an array

var secondLocation =  location.splice(-(location.length) + 1);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment