Question:What is the length of the given array? var myArray1 : Array = new Array ("One", "Two", "Three");
A 0 B 1 C 2 D 3
+ AnswerD
+ Report