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