Skip to content

Instantly share code, notes, and snippets.

@nonseodion
Created March 23, 2020 17:10
Show Gist options
  • Save nonseodion/15430be2ff06190396eb65790111d38b to your computer and use it in GitHub Desktop.
Save nonseodion/15430be2ff06190396eb65790111d38b to your computer and use it in GitHub Desktop.
let brands = ["Nike", "Gucci", "Adidas"];
console.log(brands[0], brands[1], "and", brands[2], "are in vogue now.");
//Output: 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