Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

166
Vistas
Modify an object of a matrix

I have a matrix(matrix) of objects which have a property "state", initially set as false. Then I generated some random coordinates(randomCellsCoordinates) and put them in another matrix to set some of these object's "state" property to true. Initially I tried to do a forEach loop as below:

// randomCellsCoordinates --> [ [ 2, 2 ], [ 2, 1 ], [ 2, 0 ], [ 1, 1 ] ]
randomCellsCoordinates.forEach( pair => { 
  matrix[pair[0]][pair[1]].state = true
});

But this didn't work out by setting to true all of objects of this matrix.

[
  [ { state: true }, { state: true }, { state: true } ],
  [ { state: true }, { state: true }, { state: true } ],
  [ { state: true }, { state: true }, { state: true } ] 
]

Hope you guys can help me out!

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

fixed, basically i was creating the object in the wrong way, create objects like this

const test = new Object({ id: 123 })

is the correct way

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda