NaN in Typescript
N in Typescript stands for Not a Number. It is the result of numerical operations, where result is not a number. It is the property of the global object. You can refer it either as NaN or Number.NaN. The typeof NaN is primitive number. We can check whether a value is NaN by using the isNaN function or by Number.IsNan method.