isArray()

Checks whether the specified object is an array.

Signature 

isArray(Object obj)

Parameters 

obj: Type: Object. The object to check.

Returns 

Type: Boolean Returns true if the object is an array, or false otherwise.