-
-
Save shahab570/a7a161c1d49e3a9c8b23e13085bf99c2 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
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