Nodejs Utililty Methods Number NaN Value Convert

List of utility methods to do Number NaN Value Convert

Description

The list of methods to do Number NaN Value Convert are organized into topic(s).

Method

NaN0()
Number.prototype.NaN0 = function() {
    return isNaN(this) ? 0 : this;
};