Here you can find the source of toBoolean()
Number.prototype.toBoolean = function(){ return Boolean(this); };