Apply for Zend Framework Certification Training

Javascript





let firstArray = [23,45,67,89,12];

for(i=0; ; i++){
    if(firstArray[i] == undefined){
        break;
    }
}
console.log("Total number of an array is" + i)

< Mysql Questions Part 4 Last >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top