List of utility methods to do Number to Boolean Convert
Number.prototype.toBoolean = function(){ return Boolean(this); };