Saved Bookmarks
| 1. |
Define NaN( )? |
|
Answer» The is NaN( ) function is used to check whether the given value or variable is valid number. This function returns true if the given value is not a number. For example is NaN(“12”), is NaN(“A”). |
|