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

228
Visualizações
JavaScript Multidimensional Array - TypeError: Cannot set properties of undefined - cause?

I am getting the error TypeError: Cannot set properties of undefined and am unsure why.

let studentName = "";
var ID;
let studentClass;
let faculty="";
IDarray = [[studentName , ID , studentClass , faculty]]; // <--defined here

Then at this point below, the array is in a for-loop and the variables 'e.g. studentName' have values.

for(let i = 0; i < 2; i++){

*...variables with their values...*

IDarray[i][0] = [studentName , ID , studentClass , faculty]; //<--throwing error?!?

}
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

I was assigning values wrong. Incorrect way was

IDarray[i][0] = [studentName , ID , studentClass , faculty];

correct way was"

IDarray[i] = [studentName , ID , studentClass , faculty]; <-- cus this thing is the [0] array
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