Sum numbers from the visitor
2
P.S.
let a = +prompt("The first number?", ""); let b = +prompt("The second number?", ""); alert( a + b );
prompt +
prompt
+
a b : "1" + "2" = "12".
a
b
"1" + "2" = "12"