blog.pretopia.net

Thijs van As (@tvanas)

f1rst p0st

March 23rd, 2011

String.prototype.toString = function() {
    return 'Welcome ' + this;
};

console.log('to my blog!'.toString());