Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ahmehri/a9e57069c1b9c761e201ecfdbd30181f to your computer and use it in GitHub Desktop.
Save ahmehri/a9e57069c1b9c761e201ecfdbd30181f to your computer and use it in GitHub Desktop.
const person = {
name: 'ahmehri',
age: 29,
}
const key = 'age';
const { [key]: destructuredAge } = person;
destructuredAge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment