Ask Question
12 January, 11:47

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

+4
Answers (1)
  1. 12 January, 14:53
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers