SyntaxFix
Write A Post
Hire A Developer
Questions
From w3schools:
function isArray(myArray) { return myArray.constructor.toString().indexOf("Array") > -1; }