Search
The isArray() method in JavaScript is a built-in function used to determine whether a given value is an array.
isArray()
It returns true if the value is an array, and false otherwise.
Syntax: