chapter: Good Parts ==================
==================================== document.writeln('Hello, world!'); ==================================== Function.prototype.method = function (name, func) { this.prototype[name] = func; return this; }; ==================