Javascript String sayHello()
sayHello()
String.prototype.sayHello = function() { return "Hello, " + this; }