Javascript NaN Property JavaScript June 11, 2022 Pramod T P Leave a comment NaN property represents “Not-a-Number” value. It indicates a value which is not a legal number. typeof of a NaN will return a Number . To check if a value is NaN, we use the isNaN() function