how to check in object has array code example Example 1: if object is array javascript Array.isArray(object); Example 2: javascript typeof array Array.isArray(arr)