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

131
Views
i'm coding in vanilla javascript using <for> <if> <array> syntax. what's wrong with my code?

[updated] hey im javascript beginner. console.log said ArrayOfinnerHTML[i] is undefined. I was expected "w". but its now working :( dunno why. here is code below.

var drum = document.querySelectorAll(".drum");
var ArrayOfinnerHTML = ['w','a','s','d','j','k','l'];
  for(var i = 0; i <drum.length; i++){
    drum[i].addEventListener("click",function(){
     var whatInnerHTML = this.innerHTML;
     console.log('console_log is : '+ ArrayOfinnerHTML[i]); //undefined
     console.log('console_log is : '+ ArrayOfinnerHTML[0]); //w
     if(whatInnerHTML === ArrayOfinnerHTML[i])
     {
        alert('yes'); //not working
     }
    });
  }

I've tried using console.log but...:(

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!