Skip to content

Instantly share code, notes, and snippets.

@Taohid0
Created May 30, 2019 08:14
Show Gist options
  • Save Taohid0/0f3872fa5bc3e8dfa45688a911a2da03 to your computer and use it in GitHub Desktop.
Save Taohid0/0f3872fa5bc3e8dfa45688a911a2da03 to your computer and use it in GitHub Desktop.
const iterable = [1, 1];
const [x, y] = iterable;
// x = 1; y = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment