The method or operator used to identify the array is
A
isarrayType()
B
==
C
===
D
typeof
Correct Answer: typeof
The typeof property is used to identify the array type.