Node.js examples for Data Type:Type Check
Is object array
function isArray(ar) { return Array.isArray(ar); }