Skip to content

Instantly share code, notes, and snippets.

@itzarty
Created July 17, 2022 23:36
Show Gist options
  • Select an option

  • Save itzarty/2f478cf83fb2a288c4e78cde3b3d6fd8 to your computer and use it in GitHub Desktop.

Select an option

Save itzarty/2f478cf83fb2a288c4e78cde3b3d6fd8 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