const array = Array.from({ length: prompt("Сколько человек Вас было сегодня?") }, prompt.bind(null, "Как зовут соискателей?")); console.log(array);