Q. What is the correct way to write a JavaScript array?
β
Correct Answer: (D)
var txt = new Array("tim","kim","jim")
You must be Logged in to update hint/solution