Node.js examples for Array:Array Operation
Checks if the given argument is an array
function is_array(k){return (k instanceof Array);}