Skip to content

Instantly share code, notes, and snippets.

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