Nodejs Number NaN Value Convert NaN0()

Here you can find the source of NaN0()

Method Source Code

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