var n = prompt("Введите число") alert(Number.isInteger(n))
var n = prompt("Введите число") alert(Number.isInteger(Number(n)))