List of utility methods to do Number NaN Value Convert
Number.prototype.NaN0 = function() { return isNaN(this) ? 0 : this; };