Ask Question
15 October, 16:55

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. 15 October, 17:15
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers