Skip to content

Instantly share code, notes, and snippets.

@jumplee
Created March 1, 2017 07:07
Show Gist options
  • Save jumplee/32fcddd3db26c1015b72dc76595177db to your computer and use it in GitHub Desktop.
Save jumplee/32fcddd3db26c1015b72dc76595177db to your computer and use it in GitHub Desktop.
Array.prototype.last = function () {
return this[this.length - 1]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment