Erstellen Sie ein Array in JavaScript enthält 10 Elemente

// create an array with length 7
[...Array(7).keys()]
ashirbad-panigrahi