Skip to content

Instantly share code, notes, and snippets.

@itzsaga
Created May 28, 2017 04:51
Show Gist options
  • Select an option

  • Save itzsaga/a66d6e2d972b58786fa86b27acb5c5e7 to your computer and use it in GitHub Desktop.

Select an option

Save itzsaga/a66d6e2d972b58786fa86b27acb5c5e7 to your computer and use it in GitHub Desktop.
let obj = {a:1, b:2, c:3}
let {a, b, c} = obj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment