Javascript Array isNothing()
isNothing()
Array.prototype.isNothing = function() { return this.length === 0; };