Kizspy | Question: 21
(Choose 1 answer)
var fruits = ["Banana", "Orange", "Apple", "Mango"];alert(typeof(fruits))
What is the output of the above code?
A. Popup alert is "Object"
B. Popup alert is "Array"
C. Popup alert is "undefined"
D. Popup alert is "null"