MDN puts the isNaN() function in a nutshell:
"is this value, when coerced to a numeric value, an IEEE-754 'Not A Number' value?"
What is IEEE-754 ?
P.S. I have read and researched quite a bit about isNaN
, and have seen THIS, thread too. I just don't know what IEEE-754 is supposed to mean.
Thank you.