Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 2, 2021 18:21
Show Gist options
  • Save shahab570/a7a161c1d49e3a9c8b23e13085bf99c2 to your computer and use it in GitHub Desktop.
Save shahab570/a7a161c1d49e3a9c8b23e13085bf99c2 to your computer and use it in GitHub Desktop.
let [firstName = prompt("What is your name?"), surname = prompt("surname?")] =["John"];
alert(firstName);
alert(surname);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment