Ask Question
16 November, 07:05

In jа vascript, NaN represents

a value that isn't a number

the largest positive value that can be represented

the smallest positive value that can be represented

infinity

+2
Answers (1)
  1. 16 November, 10:24
    0
    a value that isn't a number

    Explanation:

    NaN means Not a Number in jа vascript. It means that it is not a legal number. There are functions in jа vascript to check that the number is NaN or not for example we have to check that var x is NaN or not we can use the function isNaN (x) it returns true if x is NaN or false if it is not.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In jа vascript, NaN represents a value that isn't a number the largest positive value that can be represented the smallest positive ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers