Vidyalelo
JavaScript · Q10

Array And Function

Programming · JavaScript · question 10

Q10

The method or operator used to identify the array is

A.
isarrayType()
B.
==
C.
===
D.
typeof
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The typeof property is used to identify the array type.