isArray()

Determines if the given value is of type Array as specified by typeOf().

This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 63 times.

Parameter

{*} value
Value to see if it is of type Array according to typeOf().

Returns

{boolean}
true if value is of type Array according to typeOf(). Otherwise false.

Required Function

This function directly requires the following function which is included automatically:

  • isArguments()
    Determines if the given value is of type Arguments as specified by typeOf().

Requiring Functions

This function is directly required by the following functions:

  • bindCompare()
    Creates a compare function which binds the namespaces within the two given objects.
  • isArguments()
    Determines if the given value is of type Arguments as specified by typeOf().