Multiple Choice
Which is the correct way to write a JavaScript array?
A) var txt = new Array(1:"tim",2:"kim",3:"jim")
B) var txt = new Array:1=("tim") 2=("kim") 3=("jim")
C) var txt = new Array("tim","kim","jim")
D) var txt = new Array="tim","kim","jim"
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Which of the following attribute can hold
Q7: Which of the following navigator object properties
Q8: Choose the client-side JavaScript object?<br>A)Database<br>B)Cursor<br>C)Client<br>D)FileUpLoad
Q9: Using _ statement is how you test
Q10: JavaScript entities start with _ and end
Q12: Which of the following way can be
Q13: Which types of image maps can be
Q14: How does JavaScript store dates in a
Q15: JavaScript is interpreted by _Sol:.<br>A)Client<br>B)Server<br>C)Object<br>D)None of the
Q16: _method evaluates a string of JavaScript code