function q (){} q.valueOf = function(){ return true } function w (){} w.valueOf = function(){ return false } alert( q + w )