Skip to content

Instantly share code, notes, and snippets.

@hrdtbs
Created January 11, 2018 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrdtbs/f7ccbd95c8b791c211634c19c6edb969 to your computer and use it in GitHub Desktop.
Save hrdtbs/f7ccbd95c8b791c211634c19c6edb969 to your computer and use it in GitHub Desktop.
const obj = {key1: "value1", key2: "value2"}
const {[Object.keys(obj).pop()]:lastVal} = obj
console.log(lastVal)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment