Skip to content

Instantly share code, notes, and snippets.

@woliveiras
Created January 11, 2017 16:10
Show Gist options
  • Save woliveiras/d4158e821805724da0ba91cd7fb23538 to your computer and use it in GitHub Desktop.
Save woliveiras/d4158e821805724da0ba91cd7fb23538 to your computer and use it in GitHub Desktop.
let {a=1, b=2} = {a: 3};
console.log(a); // 3
console.log(b); // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment