Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 2, 2021 18:13
Show Gist options
  • Save shahab570/95eab23be2039a26de50160ae41a2b39 to your computer and use it in GitHub Desktop.
Save shahab570/95eab23be2039a26de50160ae41a2b39 to your computer and use it in GitHub Desktop.
var [first, second, third] = "USA";
console.log(first); //U
console.log(second); //S
console.log(third); //A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment