Node.js examples for Array:Array Operation
Is array blank
Array.prototype.isBlank = function () { return !this.length; };