Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

164
Views
Establecer valores para una HTMLCollection según la clave

Tengo lo siguiente donde estoy configurando valores basados en index.

children en este caso son del tipo HTMLCollection .

Lo siguiente funciona bien, pero no es muy legible y está estrechamente relacionado con index.

¿Hay alguna manera de que pueda usar la clave en lugar de establecer valores?

 // 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';

¿Podría usar key, algo así como lo haríamos con un mapa?

 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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!