So erstellen Sie ein Array von spezifischer Länge in JavaScript
const array = new Array(3).fill(0)
Unsightly Unicorn
const array = new Array(3).fill(0)