Skip to content

Instantly share code, notes, and snippets.

@woliveiras
Created January 11, 2017 16:02
Show Gist options
  • Save woliveiras/e69ff6e832e815e3cf4f7793e17ce1f5 to your computer and use it in GitHub Desktop.
Save woliveiras/e69ff6e832e815e3cf4f7793e17ce1f5 to your computer and use it in GitHub Desktop.
let a;
let b;
[a, b] = [1, 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