Her iki değer de yoksa bir diziye nasıl girebilirim? İşte benim dizi:
[
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" }
]
Eğer ya name: "tom"
da ile diziye tekrar itmeye çalışırsam text: "tasty"
, bir şey olmasını istemiyorum ... ama bunların hiçbiri orada değilse.push()
Bunu nasıl yapabilirim?