Skip to content

Instantly share code, notes, and snippets.

@Violet-Bora-Lee
Created March 4, 2019 12:28
Show Gist options
  • Save Violet-Bora-Lee/e1da30ef6fff22bcac82567041a2bcf8 to your computer and use it in GitHub Desktop.
Save Violet-Bora-Lee/e1da30ef6fff22bcac82567041a2bcf8 to your computer and use it in GitHub Desktop.
const numbers = [1,2,3,4,5];
const [one, two] = numbers; // one = 1, two = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment