Node.js examples for Array:Array Operation
Is Array Empty
function isArrayEmpty ( array ) { return array.length === 0; }