Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5
declare variables outside the function: var user, age; function getName() { user= prompt("Enter your name") age= prompt("Enter your age") }
10th Mar 2019, 4:48 PM
Игорь Яковенко
Игорь Яковенко - avatar