22
Array.push () se non esiste?
Come posso inserire un array se non esistono valori? Ecco il mio array: [ { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" } ] Se ho provato a spingere …