JSJS LanguageObjectArrayArrayArray instance methods.fill()On this page.fill() ↔ to mutate array by fill with static value, from start (index) up to (not incl) end (index)!syntax (method) fill(value: any , start?: number = 0 , end?: number = arr.length): Array References