prompt함수에서 입력값을 받는 것까지 출력해보았다.
var inputNumber = window.prompt("한 자리 숫자를 적어주세요.");
console.log(inputNumber);