What is the output of the following code?

Submitted by: Administrator
Code:
var fruits:Array = new Array(“apple”, “strawberry”, “orange”);
fruits.unshift(“orange”);
trace(fruits);



A. apple,strawberry
B. apple,strawberry,orange
C. apple,strawberry,orange,orange
D. orange,apple,strawberry,orange
Submitted by: Administrator

Read Online Adobe Flash Job Interview Questions And Answers