Skip to content

Instantly share code, notes, and snippets.

@brunosabot
Created March 30, 2022 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunosabot/3f74a2dafb703f9567861db64028f803 to your computer and use it in GitHub Desktop.
Save brunosabot/3f74a2dafb703f9567861db64028f803 to your computer and use it in GitHub Desktop.
const stringList = ["first string", "second string"];
const first = stringList[0];
const second = stringList[1];
console.log(first); // first string
console.log(second); // second string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment