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

175
Visualizações
Set values for a HTMLCollection based on key

I have the following where I am setting values based on index.

children in this case are of type HTMLCollection.

The following works fine but finding it to be not very readable and tightly coupled to index.

Is there a way I could use key instead to set values?

// what I have currently
const myRef = React.useRef();
myRef.current.children[0].value = 'apple';
myRef.current.children[1].value = 'orange';
myRef.current.children[2].value = 'pear';
myRef.current.children[3].value = 'mango';

Could I use key, something like how we would do it with a map.

myRef.current.children['some key one'] = 'apple';
myRef.current.children['some key two'] = 'orange';
myRef.current.children['some key three'] = 'pear';
myRef.current.children['some key four'] = 'mango';
about 4 years ago · Juan Pablo Isaza
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