, .
P.S. .
let a = +prompt("The first number?", ""); let b = +prompt("The second number?", ""); alert( a + b );
prompt + . + .
prompt
+
+ , a b a b . "1" + "2" = "12" .
a
b
"1" + "2" = "12"