This patch adds String.prototype.charAt() to demonstrate that prototype property lookup works, and that you can call a prototype function on an object, and it will do what you expect. :^)
This object will (soon) be implicitly created to wrap a primitive string when one is used in a context that requires an object.