#6) What is NaN property in JavaScript❓
Mayank Yadav
Posted on July 26, 2021
🚀NaN : Not a Number
✔So basically it means that the value should not be a legal number.
💠Some Examples for better understanding👇
✔For checking if a value is NaN, we use isNaN() function.
⚠##Note:
✔NaN first converts it into a number type and then compares or equates to NaN
.
💖 💪 🙅 🚩
Mayank Yadav
Posted on July 26, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.