Answers

Question and Answer:

  Home  Adobe Flash

⟩ What is the output of the following code?

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

 231 views

More Questions for you: