Q. What is the correct syntax to write an array in JavaScript?
β
Correct Answer: (D)
var fruits = ["orange", "banana", "apple"]
You must be Logged in to update hint/solution