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

146
Visualizações
How to create a new index array in javascript?

I have an array toolList

toolList = [{
      tbl_gaveta_NUMERO: '3',
      tbl_gaveta_DESCRIPCION: 'GAVETA CLORO',
      tbl_herramienta_FECHA: '2021-11-02',
      tbl_herramienta_NOMBRE: 'EXACTO',
      tbl_herramienta_CODIGO: '354']}

How to create another index to add a new variable called cantidad? As an example, the cantidad variable to be assigned to cantidad index.

toolList = [{
      tbl_gaveta_NUMERO: '3',
      tbl_gaveta_DESCRIPCION: 'GAVETA CLORO',
      tbl_herramienta_FECHA: '2021-11-02',
      tbl_herramienta_NOMBRE: 'EXACTO',
      tbl_herramienta_CODIGO: '354',
      cantidad: cantidad]}
about 4 years ago · Juan Pablo Isaza
3 Respostas
Responde à pergunta

0

Adding a new item with the index 'cantidad' and value of the variable cantidad to your associative array using JavaScript method push():

let cantidad = 'test';

toolList.push({'cantidad': cantidad});
about 4 years ago · Juan Pablo Isaza Relatório

0

let cantidad
toolList[0]["cantidad"] = cantidad
about 4 years ago · Juan Pablo Isaza Relatório

0

When the variable name matches key name of the object, you can use ES6 syntax like that:

const cantidad = 'cantidad'
toolList.push({ cantidad })

MDN docs of the push method

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