The Number NaN static property represents "Not a Number." It is the same as the global NaN.
console.log(Number.NaN);
// 0
The Number NaN static property represents "Not a Number." It is the same as the global NaN.
console.log(Number.NaN);
// 0