f1rst p0st
March 23rd, 2011
String.prototype.toString = function() {
return 'Welcome ' + this;
};
console.log('to my blog!'.toString());
String.prototype.toString = function() {
return 'Welcome ' + this;
};
console.log('to my blog!'.toString());