const arr = []; while (arr.length < 10) arr.push(+prompt(`Введите ${arr.length + 1} элемент массива`)) console.log(arr);