var valof=String.prototype.valueOf; astring=new Number(); astring.valueOf = valof; astring.valueOf() PASSED!
