Tests an object to see if it is an array. Parameters: Name Type Description value Object The value to test. Source: Core/isArray.js, line 15 Returns: true if the value is an array, false otherwise. Type Boolean