src code

class method Object.isArray

Object.isArray(object) → Boolean
  • object (Object) – The object to test.

Returns true if object is an array; false otherwise.