Skip to content

Instantly share code, notes, and snippets.

@smallpaes
Created June 16, 2019 10:50
Show Gist options
  • Save smallpaes/c2ff28caf44cebb798b0753ffb976a11 to your computer and use it in GitHub Desktop.
Save smallpaes/c2ff28caf44cebb798b0753ffb976a11 to your computer and use it in GitHub Desktop.
const store = {
name: 'Mr.r Mike Coffee',
employees: 100
}
const { name, employees } = store // name = Mr.r Mike Coffee, employees = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment