Question:Which of the following JavaScript statements use arrays?
A setTimeout("a["+i+"]",1000) B k = a & i C k = a(i) D a{i++}
+ AnswerA
+ Report