var summa1 = +prompt("Enter the first number"), summa2 = +prompt("Enter the second number"); alert(summa1 + summa2);