Skip to content

Instantly share code, notes, and snippets.

@smallpaes
Last active June 16, 2019 10:58
Show Gist options
  • Save smallpaes/b9b8f2964172bf082f3d1cf62d335771 to your computer and use it in GitHub Desktop.
Save smallpaes/b9b8f2964172bf082f3d1cf62d335771 to your computer and use it in GitHub Desktop.
const store = {
name: 'Mr.r Mike Coffee',
employees: 100
}
const { name: storeName, employees: employeesNum } = store
console.log(`${storeName}, ${employeesNum}`) //Mr.r Mike, Coffee 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment