Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 2, 2021 18:11
Show Gist options
  • Save shahab570/7d7a43d4590b7ea72ea06304bfd91a44 to your computer and use it in GitHub Desktop.
Save shahab570/7d7a43d4590b7ea72ea06304bfd91a44 to your computer and use it in GitHub Desktop.
var words = ["This", "is", "john", "Doe"];
var first = words[0];
var second = words[1];
console.log(first); //This
console.log(second); // is
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment