create array using fill js code example
Example: create array javascript fill
const tempArr = new Array(2000).fill({ "tile": "oh fuck this sheet", "content": "some fucked up palce hodler texte here let's do this sheet" })
const tempArr = new Array(2000).fill({ "tile": "oh fuck this sheet", "content": "some fucked up palce hodler texte here let's do this sheet" })