22
Array.push () jeśli nie istnieje?
Jak mogę wypchnąć do tablicy, jeśli żadna z wartości nie istnieje? Oto moja tablica: [ { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" } ] Jeśli spróbuję ponownie wcisnąć …