arary.fill code example Example: array fill new Array(5).fill('element') // ["element", "element", "element", "element", "element"]