Skip to content

Instantly share code, notes, and snippets.

@nonseodion
Created March 23, 2020 17:16
Show Gist options
  • Save nonseodion/6ae2c282aff51d709f09fdb20d3829a3 to your computer and use it in GitHub Desktop.
Save nonseodion/6ae2c282aff51d709f09fdb20d3829a3 to your computer and use it in GitHub Desktop.
let nike, gucci, adidas;
let brands = ["Nike", "Gucci", "Adidas"];
[nike, gucci, adidas] = brands;
console.log(nike, gucci, “and”, adidas, “are in vogue now.”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment