Javascript Array notEmpty()
notEmpty()
Array.prototype.notEmpty = function() { return !this.isEmpty(); };