Skip to content

Instantly share code, notes, and snippets.

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