JavaScript Array isArray() Method
The isArray() method is used to test whether the value passed is an array. The isArray() method returns true if an object is an array, otherwise false. The isArray() method, being a static method, is called using … Read more