Код: Выделить всё
const input = document.getElementsByClassName("btn");
input.onclick = function recieveInputs() {
let inputDigits = prompt("Number of squares you need");
}
recieveInputs();Код: Выделить всё
Input Number
Подробнее здесь: https://stackoverflow.com/questions/798 ... prompt-box
Мобильная версия