var string = prompt("Введите число", 1), number = +prompt("Введите число", 1) ; alert([typeof string, typeof number]) ;