Javascript String green()
green()
String.prototype.green = function(){ return "\x1B[32m\x1B[1m" + this.toString() + "\x1B[22m\x1B[39m"; }