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