Javascript String present()

Description

Javascript String present()

String.prototype.present = function present () {
  return !this.empty();
};



PreviousNext

Related