logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • If an array with name as "names" contain three elements, then how will you print the third element of this array?


  • Correct Answer
  • Print third array element documentwrite(names[2]); Note:- Array index starts with 0 


  • Technology problems


    Search Results


    • 1. What is the difference between JavaScript and Jscript?
    • Discuss
    • 2. What is JavaScript?
    • Discuss
    • 3. What is the difference between Silverlight 1.0 and 2?
    • Discuss
    • 4. Which platforms does Silverlight support?
    • Discuss
    • 5. Server controls contain attributes whereas HTML controls have properties only.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 6. How do you submit a form using Javascript?
    • Discuss
    • 7. How to read and write a file using javascript?
    • Discuss
    • 8. What are JavaScript types?
    • Discuss
    • 9. Where are cookies actually stored on the hard disk?
    • Discuss
    • 10. What can javascript programs do?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment