About Lesson
IsArray:
The isArray() method determines whether the value passed to this function is an array or not. This function returns true if the argument passed is array else it returns false.
Example:
var x = [“Ram”, “Arman”, “Raghav”, “Manav”];
var y = 20;
isArray();
Exercise Files
No Attachment Found
Join the conversation