¿Cómo puedo ingresar a una matriz si ninguno de los valores existe? Aquí está mi matriz: [ { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" }, { name: "tom", text: "tasty" } ] Si tratara de empujar de nuevo en la...
247
Array.push () si no existe?