Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save emailjohnthomascaballero/3cba257c6304fd517396487427932591 to your computer and use it in GitHub Desktop.
Save emailjohnthomascaballero/3cba257c6304fd517396487427932591 to your computer and use it in GitHub Desktop.
array.length - 1 will return the array last element
const last = array[array.length - 1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment