Skip to content

Instantly share code, notes, and snippets.

@wellyal
Created September 28, 2017 23:05
Show Gist options
  • Save wellyal/8f5bf3d28f96fd070c77b564cc4300b8 to your computer and use it in GitHub Desktop.
Save wellyal/8f5bf3d28f96fd070c77b564cc4300b8 to your computer and use it in GitHub Desktop.
({a, b} = {a:1, b:2})
console.log(a) // 1
console.log(b) // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment