Created
January 2, 2021 18:13
-
-
Save shahab570/95eab23be2039a26de50160ae41a2b39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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