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

142
Views
Para (clave de me_labba){} no funciona

He usado este código, la misma teoría que he usado, pero uno funciona pero el segundo no funciona en JavaScript.

 var me_labba = { name: 'kezara', bd: '1999' }; var str_walata_awlak_na = "sdasdasd" let key; //1st one for (key of str_walata_awlak_na) { console.log(key); } //2nd one for (key of me_labba) { console.log(key); }

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Usar for in con Objects in en Javascript

 for (key in me_labba){ console.log(key); }

O use Object.keys

 Object.keys(me_labba).forEach((k) => console.log(k))
about 4 years ago · Juan Pablo Isaza Report
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!