Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

169
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda